import type { Rule } from '@angular-devkit/schematics';
/**
 * Apply the rule of the editor-config to the file listed by the patterns
 * @param includeExtensions List of file extensions on which the editorconfig should apply (applied to every touched file per default)
 */
export declare const applyEditorConfig: (includeExtensions?: string[]) => Rule;
//# sourceMappingURL=editor-config.d.ts.map