import type { NumberLike } from "../types";
/**
 * Writes a single position of an account's storage
 *
 * @param address The address where the code should be stored
 * @param index The index in storage
 * @param value The value to store
 */
export declare function setStorageAt(address: string, index: NumberLike, value: NumberLike): Promise<void>;
//# sourceMappingURL=setStorageAt.d.ts.map