import { MigrationInterface, QueryRunner } from 'typeorm'; import { StakeKeyRegistrationEntity } from '@cardano-sdk/projection-typeorm'; export declare class StakeKeyRegistrationsTableMigrations1690964880195 implements MigrationInterface { static entity: typeof StakeKeyRegistrationEntity; up(queryRunner: QueryRunner): Promise; down(queryRunner: QueryRunner): Promise; } //# sourceMappingURL=1690964880195-stake-key-registrations-table.d.ts.map