/** * Path normalization shared across the codebase. `toPosixPath` gives stable * forward-slash output wherever a platform path is rendered or compared * (native-search, skills, read, package resource discovery). */ /** Convert a platform path to forward-slash (POSIX) form for stable output. */ export declare function toPosixPath(value: string): string; //# sourceMappingURL=fd-utils.d.ts.map