import { ConnectionHandler } from '@theia/core';
import { Container, interfaces } from '@theia/core/shared/inversify';
export declare class RpcConnectionFactory {
    protected connectionHandlers: ConnectionHandler[];
    getServer<RPC>(servicePath: string, clientProxy?: object): Promise<RPC>;
}
export declare function bindFakeRpcConnectionFactory(binder: interfaces.Bind | Container): void;
//# sourceMappingURL=fake-json-rpc.d.ts.map