import { Endpoint } from '../../browser/endpoint';
import { WebSocketConnectionSource } from '../../browser/messaging/ws-connection-source';
export declare const LOCAL_PORT_PARAM = "localPort";
export declare function getLocalPort(): string | undefined;
export declare const CURRENT_PORT_PARAM = "port";
export declare function getCurrentPort(): string | undefined;
export declare class ElectronLocalWebSocketConnectionSource extends WebSocketConnectionSource {
    protected createEndpoint(path: string): Endpoint;
}
//# sourceMappingURL=electron-local-ws-connection-source.d.ts.map