import type { PhpRuntimeValue } from '../_helpers/_phpTypes.ts';
type NumberCheckValue = PhpRuntimeValue;
export declare function is_finite(val: NumberCheckValue): boolean;
export {};
