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