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