import type { Provider } from './provider'; import type { Connection } from '@solana/web3.js'; export declare function waitForEpoch(connection: Connection | Provider, targetEpoch: number, timeoutSeconds: number): Promise; export declare function waitForNextEpoch(connection: Connection | Provider, timeoutSeconds: number): Promise; //# sourceMappingURL=epoch.d.ts.map