import type { Rule } from '@angular-devkit/schematics'; /** * Create a default git attributes file (if it does not already exist) * @param tree */ export declare const createGitAttributesFile: Rule; //# sourceMappingURL=create-gitattributes.d.ts.map