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