import type { Config } from '../../utils/config.js'; /** * Asynchronously reads, modifies, and writes the Angular application configuration file. * @returns {Promise} A promise that resolves when the file operation is complete. */ export declare function updateAngularConfig(cwd: string, config: Config): Promise; //# sourceMappingURL=update-angular-config.d.ts.map