import type { IFileSystem } from '@file-services/types'; /** * Returns case-exact absolute form of the path, similar to fs.realpathSync.native() * Trailing segments of the path that don't exist are left unchanged. */ export declare function pathToTrueCase(fs: IFileSystem, path: string): string; //# sourceMappingURL=path-to-true-case.d.ts.map