import { type Result } from '@zokugun/xtry'; import { type ObjectMode } from './types.cjs'; export declare function toObject(mode: unknown): Result;