interface IParserResponse {
    parseResponse(data: any): any;
}
export { IParserResponse };
