export declare function parseUrlParams(url: string): Record; export declare function objectToUrlParams(obj: Record): string;