import { URLSearchParams } from '@angular/http'; export declare const URLParamsBuilder: { build: (params: any) => URLSearchParams; };