export { positionToOffset, offsetToPosition } from './position.js';
export { scriptElementKindToCompletionItemKind } from './protocol.js';
export declare function uriToFilePath(uri: string): string;
export declare function filePathToUri(filePath: string): string;
export declare function normalizeFilePath(filePath: string): string;
