export declare const traverseDir: (dirPath: string, callback: (filePath: string) => void) => void;