import { ClassDeclaration } from 'ts-morph';
export declare function IsNestModuleClass(declaration: ClassDeclaration): boolean;
