/** * What this lexicon's entity types are worth to a behaviour engine (#2382). * * Contributed as rows through the plugin's `behaviourKinds` field; the * vocabulary, the resolution and the prediction are * `packages/core/src/behaviour-kinds.ts`. These rows were a section of one * cross-lexicon table in one lexicon until #2382 moved each substrate's * rows to the lexicon that owns the types — this file can say what * `AWS::EC2::Instance` means because it is the file that defines it. * * A table rather than a heuristic over type names: a heuristic would map * `AWS::EC2::VolumeAttachment` to storage and price a join table. */ import type { BehaviourKinds } from "@intentius/chant/behaviour-kinds"; /** This lexicon's answer for its own types. */ export declare const awsBehaviourKinds: BehaviourKinds; //# sourceMappingURL=behaviour-kinds.d.ts.map