import { MigrationInterface, QueryRunner } from "typeorm"; export declare class CreateContactTable1755855028839 implements MigrationInterface { name: string; up(queryRunner: QueryRunner): Promise; down(queryRunner: QueryRunner): Promise; } //# sourceMappingURL=1755855028839-CreateContactTable.d.ts.map