/** * Validate a prefix before combining it with an operating-system temp root. * * Prefixes are file-name fragments, not paths. Rejecting separators and null * bytes keeps every runtime adapter beneath its selected temp root. */ export declare function validateTempDirectoryPrefix(prefix: unknown): string; //# sourceMappingURL=temp-directory-prefix.d.ts.map