import type { Duration, NumberLike } from "../../../../types.js"; import type { EthereumProvider } from "hardhat/types/providers"; export declare function setNextBlockTimestamp(provider: EthereumProvider, timestamp: NumberLike | Date, duration: Duration): Promise; //# sourceMappingURL=set-next-block-timestamp.d.ts.map