export declare function getUrlOnly(url: string): string | undefined;
export declare function isValidUrl(url: string): boolean;
