//#region src/opsx-display-path.d.ts declare const VIRTUAL_PROJECT_DIRNAME = "project"; declare function toOpsxDisplayPath(absoluteOrRelativePath: string, options?: { source?: 'project' | 'user' | 'package'; projectDir?: string; }): string; //#endregion export { toOpsxDisplayPath as n, VIRTUAL_PROJECT_DIRNAME as t };