export declare enum ContextTypes { Contact = "fdc3.contact", ContactList = "fdc3.contactList", Country = "fdc3.country", Instrument = "fdc3.instrument", Organization = "fdc3.organization", Portfolio = "fdc3.portfolio", Position = "fdc3.position" } export declare type ContextType = ContextTypes | string; //# sourceMappingURL=ContextType.d.ts.map