import type { EpochManager } from '@graphprotocol/contracts'; export type PartialEpochManager = Pick; export declare function mineEpoch(epochManager: PartialEpochManager, epochs?: number): Promise; //# sourceMappingURL=epoch.d.ts.map