import type { NumericValue } from '../types/common.js'; export declare const isNumericValue: (input: unknown) => input is NumericValue;