import type { ReadOptions } from '../types.js'; export declare function readCommand(sessionId: string, fromStr?: string, toStr?: string, opts?: ReadOptions): Promise; //# sourceMappingURL=read.d.ts.map