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