import { type PhpAssoc, type PhpRuntimeValue } from '../_helpers/_phpTypes.ts';
type ObjectValue = PhpRuntimeValue;
export declare function is_object(mixedVar: ObjectValue): mixedVar is PhpAssoc<ObjectValue>;
export {};
