/** * Checks whether the given string is an URL **/ export declare function isUrl(input: string | null): boolean; //# sourceMappingURL=is-url.d.ts.map