import { type Tree } from '@angular-devkit/schematics'; import { type TuiSchema } from '../../../ng-add/schema'; export declare function tuiLetMigration(tree: Tree, options: TuiSchema): void;