import { z } from "zod"; declare const schema: z.core.$ZodBranded; export type Base64UrlString = z.infer; export declare const base64url: () => z.core.$ZodBranded; export {};