import { HttpParams } from '@angular/common/http'; export declare class DictionaryToHttpParamsConverter { static dictionaryToHttpParamsConverter(form_dictionary: any): HttpParams; }