import type { PhpRuntimeValue } from '../_helpers/_phpTypes.ts';
type NumericValue = PhpRuntimeValue;
export declare function is_numeric(mixedVar: NumericValue): mixedVar is number | string;
export {};
