export declare class HttpOptions { headers?: { [header: string]: string; } | string[]; params?: { [param: string]: string; }; responseType?: XMLHttpRequestResponseType; withCredentials?: boolean; }