import { IsUrlOptions } from "../interfaces/options/IsUrlOptions.js"; export declare function isUrl(input: unknown, options?: IsUrlOptions): boolean;