import type { Command } from "commander"; import type { EmitContext } from "../commander.js"; /** * `harn read`: extract clean readable markdown from HTML. */ export declare function registerReadCommand(program: Command, emitParam: EmitContext, binName?: string): void; //# sourceMappingURL=read.d.ts.map