import { BlockEntity } from '@cardano-sdk/projection-typeorm'; import { MigrationInterface, QueryRunner } from 'typeorm'; export declare class BlockTableMigration1682519108358 implements MigrationInterface { static entity: typeof BlockEntity; up(queryRunner: QueryRunner): Promise; down(queryRunner: QueryRunner): Promise; } //# sourceMappingURL=1682519108358-block-table.d.ts.map