import { z } from "zod"; /** * A string to URL codec, as defined in Zod's documentation. * * @returns A string to URL codec. * * @see https://zod.dev/codecs#stringtourl */ export declare const stringToUrl: () => z.ZodCodec, z.ZodCustom>;