import { z } from 'zod'; export declare const valueLookupPathSchema: z.ZodObject<{ nodeType: z.ZodString; path: z.ZodString; }, "strip", z.ZodTypeAny, { nodeType: string; path: string; }, { nodeType: string; path: string; }>; export type ValueLookupPath = z.infer; export declare const sensitiveFieldRulesSchema: z.ZodRecord>; export type SensitiveFieldRules = z.infer;