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