import { HttpParams } from '@angular/common/http';
export declare const httpParamsToFormData: (params: HttpParams) => FormData;
