import type { TransformedFunction } from './trpc'; export declare const fnMap: Map>; /** * Clear mapped transformed functions by socketId. * @param socketId The id of socket. */ export declare const clearMappedFunctions: (socketId: number) => void; /** * Clear all the mapped transformed functions. */ export declare const clearAllMappedFunctions: () => void;