import type { NetworkHelpers, NumberLike } from "../../../../types.js"; import type { ChainType } from "hardhat/types/network"; import type { EthereumProvider } from "hardhat/types/providers"; export declare function increase(provider: EthereumProvider, networkHelpers: NetworkHelpers, amountInSeconds: NumberLike): Promise; //# sourceMappingURL=increase.d.ts.map