import type { PathSpec } from '@struktoai/mirage-core/types'; import type { ReadStream } from 'ssh2'; import type { SSHAccessor } from '../../accessor/ssh.ts'; export declare function readChunks(rs: ReadStream): AsyncIterable; export declare function stream(accessor: SSHAccessor, p: PathSpec): AsyncIterable; export declare function rangeRead(accessor: SSHAccessor, p: PathSpec, start: number, end: number): Promise; //# sourceMappingURL=stream.d.ts.map