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