declare function emptyDir(dir: string, skip?: string[]): void;

export { emptyDir };
