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