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