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