export declare const Urls: {
    parseQueryString(query: string): {};
    escapeIllegalChars(string: string): string;
};
