import type { HistoryAccessor } from '../../accessor/history.ts'; import type { PathSpec } from '../../types.ts'; /** Stream the rendered histfile as a single chunk. */ export declare function stream(accessor: HistoryAccessor, path: PathSpec): AsyncIterable; //# sourceMappingURL=stream.d.ts.map