/**
 * Helper method to ensure that user supplied urls don't include whitespace or a trailing slash.
 */
export declare function cleanUrl(url: string): string;
