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