export declare const ARCHIMATE_RELATIONSHIPS_VERSION: '3.2'; export declare const ARCHIMATE_RELATIONSHIPS_SOURCE_SHA256: '65ad5b5c8044fc62c61836a702d0bd2e0427a87216d7f5e397666c74508d57c5'; export declare const RELATIONSHIP_LETTERS: { readonly a: 'access'; readonly c: 'composition'; readonly f: 'flow'; readonly g: 'aggregation'; readonly i: 'assignment'; readonly n: 'influence'; readonly o: 'association'; readonly r: 'realization'; readonly s: 'specialization'; readonly t: 'triggering'; readonly v: 'serving'; }; export declare const CORE_CONCEPT_KIND_ORDER: readonly ['applicationCollaboration', 'applicationComponent', 'applicationEvent', 'applicationFunction', 'applicationInteraction', 'applicationInterface', 'applicationProcess', 'applicationService', 'artifact', 'assessment', 'businessActor', 'businessCollaboration', 'businessEvent', 'businessFunction', 'businessInteraction', 'businessInterface', 'businessObject', 'businessProcess', 'businessRole', 'businessService', 'capability', 'communicationNetwork', 'constraint', 'contract', 'courseOfAction', 'dataObject', 'deliverable', 'device', 'distributionNetwork', 'driver', 'equipment', 'facility', 'gap', 'goal', 'grouping', 'implementationEvent', 'andJunction', 'orJunction', 'location', 'material', 'meaning', 'node', 'outcome', 'path', 'plateau', 'principle', 'product', 'representation', 'requirement', 'resource', 'stakeholder', 'systemSoftware', 'technologyCollaboration', 'technologyEvent', 'technologyFunction', 'technologyInteraction', 'technologyInterface', 'technologyProcess', 'technologyService', 'value', 'valueStream', 'workPackage']; export type CoreConceptKindId = (typeof CORE_CONCEPT_KIND_ORDER)[number]; /** * Permitted relationship letters per ordered (source, target) kind pair. * Index the space-separated groups by CORE_CONCEPT_KIND_ORDER. */ export declare const PERMITTED_RELATIONSHIP_LETTERS: Readonly>;