declare const dirTraveler: (dir: string, match?: RegExp | undefined) => { [key: string]: string; }; export = dirTraveler;