import type { Command } from 'commander'; import type { CliContext } from '../cli/shared.js'; export declare function registerReadCommands(program: Command, ctx: CliContext): void; //# sourceMappingURL=read.d.ts.map