/**
 * The configuration file for the angular.json file upgrading to Angular 15.
 */
export declare const replaces: {
    '"maximumWarning": "2mb"': string;
    '"builder": "@angular-devkit/build-ng-packagr:build"': string;
    '"defaultCollection": "@angular-eslint/schematics"': string;
};
export declare const adds: {
    toBeAdded: string;
    toBeAddedAfter: string;
    indent: number;
    keyword: string;
}[];
export declare const removes: ({
    key: string;
    linesInTotalAfterKey: number;
    exactMatch: boolean;
    toBeRemovedAfter?: undefined;
} | {
    key: string;
    linesInTotalAfterKey?: undefined;
    exactMatch?: undefined;
    toBeRemovedAfter?: undefined;
} | {
    key: string;
    toBeRemovedAfter: string;
    linesInTotalAfterKey?: undefined;
    exactMatch?: undefined;
})[];
