import { z } from 'zod'; export declare const ArvoContractValidators: { contract: { uri: z.ZodEffects; domain: z.ZodNullable; }; record: { type: z.ZodString; }; };