import z from 'zod/v4';
import { BytePropertyValue } from './BytePropertyValue';
export declare const ByteSchema: z.ZodCustom<BytePropertyValue, BytePropertyValue>;
