import type { HistoryAccessor } from '../../accessor/history.ts'; import { FileStat, type PathSpec } from '../../types.ts'; /** Stat the rendered histfile, sized to the current rendering. */ export declare function stat(accessor: HistoryAccessor, path: PathSpec): Promise; //# sourceMappingURL=stat.d.ts.map