import { TSS_SERVER_FUNCTION } from '../constants.js'; export declare function createClientRpc(functionId: string): ((...args: Array) => Promise) & { url: string; functionId: string; [TSS_SERVER_FUNCTION]: boolean; };