export { tempWorkspace, type TempWorkspace, type TempWorkspaceOptions, tempWorkspaceSync, type TempWorkspaceSync, withTempWorkspace, withTempWorkspaceSync, } from "./private-temp-workspace.js"; export { resolveSecureTempRoot, type ResolveSecureTempRootOptions } from "./secure-temp-dir.js"; //# sourceMappingURL=temp.d.ts.map