export default class AstControlUtil { rootPath: string; fileStr: string; setPath(rootPath: any): void; getFile(filePath: any): any; control(plugins: Array): any; }