/** True when an existing path resolves inside the operating system's temp root. */ export declare function isOsTemporaryPath(candidate: string): boolean; //# sourceMappingURL=path-safety.d.ts.map