import type { PhpInput } from './_phpTypes.ts';
type CastIntValue = PhpInput;
export declare function _php_cast_int(value: CastIntValue): number;
export {};
