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