export declare function parseFromFiles(files: string[]): any;
export declare function parseFromContent(content: string): any;
export declare function getCstFromContent(content: string): any;
export declare function checkFileIsJDLFile(file: string): void;
