export declare function escapeCharacters(str: string, noQuotes?: boolean): string; export declare function escapeUriScheme(url: string): string;