import { type OctalMode } from './types.mjs'; export declare function isOctal(value: unknown): value is OctalMode;