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