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