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