/** * Normalizes file system paths based on the operating system. */ export declare function normalizeFsPath(value: string | undefined, platform?: NodeJS.Platform): string | undefined;