/** The stem of a formative. */
export type Stem = 1 | 2 | 3 | 0;
/** An array containing all stems. */
export declare const ALL_STEMS: readonly Stem[];
