import { Path } from '@angular-devkit/core';
import { Rule } from '@angular-devkit/schematics';
export declare function formatFiles(paths?: Array<string | Path>): Rule;
