import { z } from 'zod'; export declare const cbeEnterpriseItemSchema: z.ZodObject<{ label: z.ZodString; value: z.core.$ZodBranded; }, z.core.$strip>; export type CbeEnterpriseItem = z.infer;