export interface IResponseParser { options: any; parseResponse(response: Q): Promise; }