import type { GDriveAccessor } from '../../accessor/gdrive.ts'; import type { PathSpec } from '../../types.ts'; import type { DriveFile } from '../google/drive.ts'; export declare function iterTree(accessor: GDriveAccessor, path: PathSpec): AsyncIterable<[string, DriveFile, boolean]>; //# sourceMappingURL=tree.d.ts.map