export interface IASTParserFacadeInputData { /** * @type {string} */ sourceCode: string; /** * @type {string} */ inputFilePath?: string; }