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