export declare const scanDir: (root: string, dir: string) => Promise; export default scanDir;