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