import { type Result } from '@zokugun/xtry'; import { type Mode } from './types.mjs'; export declare function max(...modes: unknown[]): Result;