import type { StructuredDataDescriptor, StructuredDataOptions } from "../definition/_index.mjs";
declare function isStructuredData<Type>(value: unknown, descriptor: StructuredDataDescriptor<Type>, options?: StructuredDataOptions): value is Type;
export { isStructuredData };
