export default class CardsavrSessionResponse { statusCode: number; statusText: string; headers: any; body: any; call: string; constructor(statusCode: number, statusText: string, headers: any, body: any, call: string); }