import type { NumberLike } from "../../../types.js"; import type { EthereumProvider } from "hardhat/types/providers"; export declare function setStorageAt(provider: EthereumProvider, address: string, index: NumberLike, value: NumberLike): Promise; //# sourceMappingURL=set-storage-at.d.ts.map