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