import type { StructDescriptor } from "../types/struct-descriptor.js"; export declare function validateStructValue(struct: StructDescriptor, value: unknown): TSelf;