declare type PureAtomKind = 'anchor' | 'phrase' | 'number' | 'string'; declare type LabeledAtomKind = 'channel' | 'evaluation' | 'invocation' | 'performance' | 'perspective'; declare type ContainerNodeKind = 'concept' | 'domain' | 'essence' | 'parenthetical'; declare type ExpressionKind = 'phrase_expression' | 'strand_expression' | 'perspective_expression'; export declare type SpwItemKind = PureAtomKind | LabeledAtomKind | ContainerNodeKind | 'delimiter' | ExpressionKind; export {};