export type MakeTempDirOptions = { defer?: boolean; prefix?: string; parent?: string; root?: string; };