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