import type { Nominal, TypeChecker } from "../types.ts"; export type UrlHostString = Nominal; export declare const isUrlHostString: TypeChecker;