import { Server } from './server';
export declare function createMethodProxy(server: Server, path?: string): {};
