/** Shared compiler/Core authority for the public diagnostic path contract. */ import { type ValueType } from "./types.ts"; export declare const validationPathKindIdentity = "velar/validation#enum:ValidationPathKind"; export declare const validationPathKindMembers: Set; export declare const validationPathKindWireValues: Map; export declare const validationPathKindType: ValueType; export declare const validationPathSegmentType: ValueType; export declare const validationPathType: ValueType; //# sourceMappingURL=validation-path.d.ts.map