import { Address } from '../types/ContractTypes'; export declare const foundryRiver: { blockExplorers?: { [key: string]: { name: string; url: string; apiUrl?: string | undefined; }; default: { name: string; url: string; apiUrl?: string | undefined; }; } | undefined | undefined; blockTime?: number | undefined | undefined; contracts?: { [x: string]: import("viem").ChainContract | { [sourceId: number]: import("viem").ChainContract | undefined; } | undefined; ensRegistry?: import("viem").ChainContract | undefined; ensUniversalResolver?: import("viem").ChainContract | undefined; multicall3?: import("viem").ChainContract | undefined; erc6492Verifier?: import("viem").ChainContract | undefined; } | undefined; ensTlds?: readonly string[] | undefined; id: 31338; name: "Foundry"; nativeCurrency: { readonly decimals: 18; readonly name: "Ether"; readonly symbol: "ETH"; }; experimental_preconfirmationTime?: number | undefined | undefined; rpcUrls: { readonly default: { readonly http: readonly ["http://127.0.0.1:8546"]; readonly webSocket: readonly ["ws://127.0.0.1:8546"]; }; readonly public: { readonly http: readonly ["http://127.0.0.1:8546"]; readonly webSocket: readonly ["ws://127.0.0.1:8546"]; }; }; sourceId?: number | undefined | undefined; testnet?: boolean | undefined | undefined; custom?: Record | undefined; extendSchema?: Record | undefined; fees?: import("viem").ChainFees | undefined; formatters?: undefined; prepareTransactionRequest?: ((args: import("viem").PrepareTransactionRequestParameters, options: { phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters"; }) => Promise) | [fn: ((args: import("viem").PrepareTransactionRequestParameters, options: { phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters"; }) => Promise) | undefined, options: { runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[]; }] | undefined; serializers?: import("viem").ChainSerializers | undefined; verifyHash?: ((client: import("viem").Client, parameters: import("viem").VerifyHashActionParameters) => Promise) | undefined; readonly network: "foundry"; }; declare function setBaseBalance(walletAddress: Address, balance: bigint): Promise; declare function getBaseBalance(walletAddress: Address): Promise; declare function setRiverBalance(walletAddress: Address, balance: bigint): Promise; declare function getRiverBalance(walletAddress: Address): Promise; export declare const TestEthBalance: { setBaseBalance: typeof setBaseBalance; getBaseBalance: typeof getBaseBalance; setRiverBalance: typeof setRiverBalance; getRiverBalance: typeof getRiverBalance; }; export {}; //# sourceMappingURL=TestEthBalance.d.ts.map