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