import { Rule } from '@angular-devkit/schematics'; import { Project } from '@vmfvmf/ywtc-lib'; export declare function gen(newPrj: Project): Rule;