/** * Checks if a string is an URL. * * @param url String to check. * @returns Whether the string is an URL. */ export declare const isUrl: (url: string) => boolean; //# sourceMappingURL=is-url.d.ts.map