export async function mkdirP(dir: string): Promise { void dir; } export async function rmRF(target: string): Promise { void target; } export async function mv(source: string, dest: string): Promise { void source; void dest; }