import { Rule, SchematicContext, Source, Tree } from '@angular-devkit/schematics'; export declare function applyWithOverwrite(source: Source, rules: Rule[]): Rule; export declare function mergeAndAllowDelete(host: Tree, rule: Rule): (tree: Tree, context: SchematicContext) => Promise; export declare function overwriteFileIfExists(tree: Tree): Rule;