import { ObjectLiteralExpression, SourceFile } from 'ts-morph';
export declare function GetNestModuleMetadata(sourceFile: SourceFile): ObjectLiteralExpression;
