import { WsExceptionsHandler } from "../../websockets";
export declare class WsProxy {
    create(targetCallback: (...args: unknown[]) => Promise<any>, exceptionsHandler: WsExceptionsHandler, targetPattern?: string): (...args: unknown[]) => Promise<any>;
    handleError<T>(exceptionsHandler: WsExceptionsHandler, args: unknown[], error: T): void;
}
//# sourceMappingURL=ws-proxy.d.ts.map