import type { ValidationGraphNode } from './validation-graph-types'; export declare function getParentValues(resource: Record, node: ValidationGraphNode): unknown[]; export declare function getDirectValues(parent: unknown, property: string): unknown[]; export declare function isChoiceProperty(key: string, base: string): boolean; //# sourceMappingURL=validation-graph-path-values.d.ts.map