import { Relationship, RelationshipConstructorOptions, Entity, Reference, UniqueUrl, Resource } from '../index.js'; export interface LinksToConstructorOptions extends RelationshipConstructorOptions { from?: Reference; to?: Reference; } export declare class LinksTo extends Relationship { readonly _collection = "links_to"; constructor(data?: LinksToConstructorOptions); protected keySeed(): unknown; } //# sourceMappingURL=links-to.d.ts.map