import { ClassDeclaration } from 'ts-morph'; export declare class AstService { static createConstructorFile(className: string): Promise; static getClassDeclaration(className: string): ClassDeclaration; private static cloneFile; private static flag; }