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