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