/** * Collector commands - Check OTEL collector status and connectivity */ import { Command } from 'commander'; export declare function createCollectorCommand(): Command; //# sourceMappingURL=index.d.ts.map