import type { ScanConfigSchema } from '@ones-open/cli-utils'; export declare const traverse: (dir: string, callback: (filePath: string) => void | Promise, options: ScanConfigSchema & { ext?: string[]; }) => Promise; //# sourceMappingURL=traverse.d.ts.map