export declare const urlDecode: (x: string) => string;
export declare const urlEncode: (x: string) => string;
