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