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