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