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