/** A Slot VII affix shortcut. */
export type AffixShortcut = "NEG/4" | "DCD/4" | "DCD/5";
/** An array containing all Slot VII affix shortcuts. */
export declare const ALL_AFFIX_SHORTCUTS: readonly ["NEG/4", "DCD/4", "DCD/5"];
