import { type Affix } from "../../affix/index.js";
import { WithWYAlternative } from "../../helpers/with-wy-alternative.js";
/** Information directly pertaining to Slot VII. */
export type SlotVII = readonly Affix[];
/**
 * Converts Slot VII into Ithkuil.
 *
 * @param slot The Slot VII affixes of the formative.
 * @returns A `WithWYAlternative` containing romanized Ithkuilic text
 *   representing Slot VII.
 */
export declare function slotVIIToIthkuil(slot: SlotVII): WithWYAlternative;
