import type { Callback, Structure } from './types.ts';
declare const _default: (dir: string, structure: Structure, callback?: Callback) => undefined | Promise<undefined>;
export default _default;
