import { HandleEntity } from '@cardano-sdk/projection-typeorm'; import { MigrationInterface, QueryRunner } from 'typeorm'; export declare class HandleParentMigration1700556589063 implements MigrationInterface { static entity: typeof HandleEntity; up(queryRunner: QueryRunner): Promise; down(queryRunner: QueryRunner): Promise; } //# sourceMappingURL=1700556589063-handle-parent.d.ts.map