export declare const removeTrailingSlash: (url: string) => string;
export declare const isValidUrl: (url: string) => boolean;
