import { RpcProtocol } from './RpcProtocol'; export declare type ReverseProtocol = Omit & { client: T['server']; server: T['client']; }; export declare function reverseProtocol

(protocol: P): ReverseProtocol

; //# sourceMappingURL=reverseProtocol.d.ts.map