import * as BehaviourBlob from '../../behaviour/common/BehaviourBlob'; import type { AlloyBehaviour, AlloyBehaviourRecord } from '../behaviour/Behaviour'; declare const generateFrom: (spec: { behaviours?: AlloyBehaviourRecord; }, all: Array>) => BehaviourBlob.BehaviourData; declare const generate: (spec: { behaviours?: AlloyBehaviourRecord; }) => BehaviourBlob.BehaviourData; export { generate, generateFrom }; //# sourceMappingURL=CompBehaviours.d.ts.map