import { z } from 'zod/v4'; export declare function branded(schema: T, _brand: B, refine?: (value: z.infer) => boolean, message?: string): PropertyKey extends B ? T : z.core.$ZodBranded; //# sourceMappingURL=branded.d.ts.map