/**
 * Removes trailing slashes from the URL parameter
 */
export declare const sanitizeUrl: (url: string) => string;
