import { CurrentPoolMetricsEntity } from '@cardano-sdk/projection-typeorm'; import { MigrationInterface, QueryRunner } from 'typeorm'; export declare class CurrentStakePollMetricsAttributesMigrations1698174358997 implements MigrationInterface { static entity: typeof CurrentPoolMetricsEntity; up(queryRunner: QueryRunner): Promise; down(queryRunner: QueryRunner): Promise; } //# sourceMappingURL=1698174358997-current-pool-metrics-attributes.d.ts.map