import { type Result } from '@zokugun/xtry'; import { type MasterMode } from '../master-mode.cjs'; import { type Mode } from '../types.cjs'; export declare function masterTo(mode: MasterMode, targetMode: Mode): Result;