export declare function escape_url_params(url: string): string; export declare function unescape_url_params(url: string): string;