import { MigrationInterface, QueryRunner } from 'typeorm'; /** * Fix inconsistencies between Entity data and column data */ export declare class SimplifyRelations1447159020002 implements MigrationInterface { up(queryRunner: QueryRunner): Promise; down(queryRunner: QueryRunner): Promise; } //# sourceMappingURL=2.simplifyRelations.d.ts.map