import type { GSheetsAccessor } from '../../accessor/gsheets.ts'; import type { IndexCacheStore } from '../../cache/index/store.ts'; import type { PathSpec } from '../../types.ts'; export declare function readdir(accessor: GSheetsAccessor, path: PathSpec, index?: IndexCacheStore): Promise; //# sourceMappingURL=readdir.d.ts.map