import type { PublicRpcMethod, WalletRpcMethod } from "./types";
export declare const PUBLIC_RPC_METHODS: ReadonlySet<PublicRpcMethod>;
export declare const WALLET_RPC_METHODS: ReadonlySet<WalletRpcMethod>;
