declare const _default: {
    'url_escape': (x: string) => string;
    'url_param_escape': (x: string) => string;
};
export default _default;
