import type { Command } from "commander"; /** * Registers the `live` command (alias: `stream`) on the Commander program. * * @param program - The root Commander program. */ export declare function registerStream(program: Command): void; //# sourceMappingURL=stream.d.ts.map