declare const schematic: (generatorOptions: import("./schema").FixDependenciesGeneratorSchema) => (tree: any, context: any) => Promise<any>;
export default schematic;
