// SPDX-License-Identifier: Apache-2.0 // What a being author imports. export { Being, type AskSpec } from './being.ts'; export { canonical, digest } from './digest.ts'; export { Faculty } from './faculty.ts'; export { isKind, KIT, kindOf, ownKind, shipped, ships } from './kind.ts'; export { OWNER, WARD, type Answer, type Ask, type Asker, type BeingClass, type BeingLike, type Blueprint, type Invitation, type Json, type JsonObject, type Occupants, type Reply, type Schema, type Stance, type Standing, type Standings, type Wanted } from './types.ts'; export { isSilence, isWord, silence, told, word, type Silence, type Word, type WordName } from './words.ts';