export declare class UrlParamFilterService { urlEncode(rawFilters?: { [key: string]: any; }): { [key: string]: string | string[]; }; }