export declare const url_decode: (x: string) => string;
export declare const url_encode: (x: string) => string;
