import type { NumberLike } from "../types";
/**
 * Sets the balance for the given address.
 *
 * @param address The address whose balance will be edited.
 * @param balance The new balance to set for the given address, in wei.
 */
export declare function setBalance(address: string, balance: NumberLike): Promise<void>;
//# sourceMappingURL=setBalance.d.ts.map