import { Command } from 'commander'; import type { CliContext } from '../types'; export declare function registerPipeCommands(program: Command, _context: CliContext): void; //# sourceMappingURL=pipe.d.ts.map