import * as fs from "fs"; export declare const emptyDir: (source: string, options?: { filter: (source: string, dirent: fs.Dirent) => boolean; debug: boolean; }) => void; //# sourceMappingURL=emptyDir.d.ts.map