/** * Checks if string is in URL format. * @param str - string to check. */ export declare const isUrl: (str: string) => boolean;