import type { Duration, NetworkHelpers, NumberLike } from "../../../../types.js"; import type { ChainType } from "hardhat/types/network"; import type { EthereumProvider } from "hardhat/types/providers"; export declare function increaseTo(provider: EthereumProvider, networkHelpers: NetworkHelpers, timestamp: NumberLike | Date, duration: Duration): Promise; //# sourceMappingURL=increase-to.d.ts.map