export type MkdirFunction = (path: string, options?: { recursive: true; }) => Promise;