import type { Rule } from '@angular-devkit/schematics';
/**
 * Update VsCode recommendations for the current project
 * @param recommendations list of recommendations
 */
export declare const addVsCodeRecommendations: (recommendations: string[]) => Rule;
//# sourceMappingURL=index.d.ts.map