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