import type { CIProfile } from './types.js'; /** * Analyze a codebase for CI pipeline configuration. */ export declare function analyzeCI(cwd: string): CIProfile; //# sourceMappingURL=ci.d.ts.map