import type { Rule } from '@angular-devkit/schematics'; import { WorkspaceSchema } from '@o3r/schematics'; /** * Update git ignore of the repository * @param workspaceConfig */ export declare function updateGitIgnore(workspaceConfig?: WorkspaceSchema | null): Rule; //# sourceMappingURL=gitignore-update.d.ts.map