import { IApi } from '../config/IApi';
export interface IParserParseInput {
    api: IApi;
    filePath: string;
}
