export type MakeTempFileOptions = { defer?: boolean; extension?: string; name?: string; parent?: string; root?: string; };