import { Rule } from '@angular-devkit/schematics'; import { Project } from 'ts-morph'; export declare function ApplyTsMorphProjectRule(project: Project, basePath?: string, organizeImports?: boolean, fixMissingImports?: boolean, prettier?: boolean): Rule;