import type { Rule } from '@angular-devkit/schematics';
/**
 * Rule to update the configuration declaration
 * As configuration cannot be legacy anymore,
 * we remove the parametrized type of the interface
 * @param tree
 */
export declare const updateConfiguration: Rule;
//# sourceMappingURL=configuration.d.ts.map