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