import { HttpParams } from '@angular/common/http'; export declare function serializeToParams(dataToBeSerialized: any): HttpParams;