/** Feature derivations, keyed `Metaclass/feature`. */ export declare const SYSML_FEATURE_DERIVATIONS: Record; /** Operation bodies, keyed `Metaclass::operation`. */ export declare const SYSML_OPERATION_BODIES: Record; /** The clause a derived feature is implemented against, if the metamodel states one. */ export declare function derivationOf(metaclass: string, feature: string): string | undefined; /** The clause an operation is implemented against, if the metamodel states one. */ export declare function operationBodyOf(metaclass: string, operation: string): string | undefined; //# sourceMappingURL=sysml-derivations.d.ts.map