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