export type FileTraversed = { name: string; path: string; relativePath: string; mtimeMs: number; directory: boolean; }; export declare function traverse(dir: string, result?: any[], topDir?: string, filter?: (name: string, stats: any) => boolean): Array; export declare function slash(path: string): string; //# sourceMappingURL=files.d.ts.map