/** * Code Quality Framework — action router. * Delegates to existing code quality tool implementations. */ import type { CodeQualityInput } from "./types.js"; export declare function routeCodeQualityAction(input: CodeQualityInput): Promise; //# sourceMappingURL=router.d.ts.map