import type { PhpRuntimeValue } from '../_helpers/_phpTypes.ts'; type IntValue = PhpRuntimeValue; export declare function is_int(mixedVar: IntValue): mixedVar is number; export {};