export declare const HtQuerySerialize: (obj: any) => string; export declare const GetUrlParam: (name: string, url?: any) => string; export declare const getMergedParams: (params: any, currentParams?: {}) => {};