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