import { SchematicContext, Tree } from '@angular-devkit/schematics';
import { ConstructorDeprecation } from '../../../shared/utils/file-utils';
export declare function migrateConstructorDeprecation(tree: Tree, context: SchematicContext, constructorDeprecations: ConstructorDeprecation[]): Tree;
