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