import type { JsonObject } from '@angular-devkit/core'; import type { Rule } from '@angular-devkit/schematics'; export declare function classGenerator(options: JsonObject): Rule;