import { type Result } from '@zokugun/xtry'; import { type MasterMode } from '../master-mode.cjs'; import { type StatMode } from '../types.cjs'; export declare function masterToStat(value: MasterMode): Result;