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