import jayson from 'jayson';
export declare function createJsonRpcClient(url: URL): jayson.Client | null;
