import type { PhpRuntimeValue } from '../_helpers/_phpTypes.ts';
type BoolValue = PhpRuntimeValue;
export declare function boolval(mixedVar: BoolValue): boolean;
export {};
