import { type Balance } from "@leapwallet/embedded-wallet-sdk-core"; import { SWRConfiguration } from "swr"; export declare const useBalance: (address: string, chainId: string, restUrl?: string, options?: SWRConfiguration) => import("swr/_internal").SWRResponse>> | undefined>;