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