import type { StructuredDataPropertyDescriptor } from "../../definition/type/structured-data-property-descriptor.mjs";
/** @internal */
declare function validateProperty(value: object, key: string, property_descriptor: StructuredDataPropertyDescriptor<unknown>): void;
export { validateProperty };
