import { Bitcoind } from '../../types.js';
type MockSchedulerParams = {
    bitcoind: Bitcoind;
    delta_time: number;
};
/**
 * mockscheduler delta_time
 *
 * Bump the scheduler into the future (-regtest only)
 *
 */
export declare function mockScheduler(params: MockSchedulerParams): Promise<any>;
export {};
//# sourceMappingURL=mock-scheduler.d.ts.map