declare const buildToolTypes: {
    MAVEN: string;
    GRADLE: string;
};
export default buildToolTypes;
