import { Client, ProxyMethodCall } from './client';
export declare function callMethodProxy(client: Client, path?: string): ProxyMethodCall;
