import { MigrationInterface, QueryRunner } from 'typeorm'; /** * Reduce issuanceDate constraint of Presentations */ export declare class AllowNullIssuanceDateForPresentations1637237492913 implements MigrationInterface { private getTableName; up(queryRunner: QueryRunner): Promise; down(queryRunner: QueryRunner): Promise; } //# sourceMappingURL=4.allowNullVPIssuanceDate.d.ts.map