import { Edm } from 'ts-odatajs'; export declare class AssociationEndpoint { private ConstrainMany; private ConstrainOne; private _propertyName; containingEntityType: string; navigationProperty?: Edm.NavigationProperty; partnerEntityType: string; referentialConstraint: Edm.ReferentialConstraint[]; constructor(init?: Partial); get containingEntityShortName(): string; get isCollection(): boolean; get isMapped(): boolean; get multiplicity(): string; get order(): number; get partnerEntityShortName(): string; get propertyName(): string; set propertyName(value: string); get role(): string; }