/** * collector diagnose - Comprehensive diagnostic for troubleshooting collector issues */ import { Command } from 'commander'; export declare function createDiagnoseCommand(): Command; //# sourceMappingURL=diagnose.d.ts.map