import { type Rule } from '@angular-devkit/schematics';
import { type TuiSchema } from './schema';
export declare function ngAdd(options: TuiSchema): Rule;
