import type { RpcMethodHandler } from '../types.js';
export declare const getBalance: RpcMethodHandler<'getBalance'>;
