import type { StatusEvent, ConnectResult } from '@canton-network/core-wallet-dapp-remote-rpc-client'; export declare const USER_URL = "/login"; export declare const APPROVE_URL = "/approve"; export declare const SIGN_MESSAGE_ID = "123"; export declare const SIGN_MESSAGE_URL = "/sign-message/index.html?messageId=123&closeafteraction"; export declare const MOCK_DAPP_API_PATH = "/api/v0/dapp"; export declare const MOCK_SSE_PUSH_PATH = "/api/v0/dapp/sse-test-push"; export declare function connectResultConnected(rpcBase: string): ConnectResult; export declare function statusConnected(rpcBase: string): StatusEvent; export declare function handleMockJsonRpc(rpcBase: string, body: { id: string | number | null; method: string; params?: unknown; }): { status: number; json: unknown; }; //# sourceMappingURL=json-rpc-handlers.d.ts.map