import { DebugProtocol } from 'vscode-debugprotocol';
export declare function mapRemoteClientToInternalPath(remoteUri: string): string;
export declare function mapInternalSourceToRemoteClient(source: DebugProtocol.Source, remoteAuthority: string | undefined): DebugProtocol.Source;
export declare function isInternalRemotePath(path: string): boolean;
