import { Relationship, RelationshipConstructorOptions, Entity, Reference, Resource } from '../index.js'; export interface IsVariantOfConstructorOptions extends RelationshipConstructorOptions { variant?: Reference; original?: Reference; } export declare class IsVariantOf extends Relationship { readonly _collection = "is_variant_of"; constructor(data?: IsVariantOfConstructorOptions); } //# sourceMappingURL=is-variant-of.d.ts.map