import { ComponentRelation } from "../../../types";
export declare function calculateMaintainabilityIndex(components: ComponentRelation[]): Promise<{
    [key: string]: number;
}>;
