import { z } from 'zod'; export declare const billingInformationUuidSchema: z.core.$ZodBranded; export type BillingInformationUuid = z.infer;