import { type PhpArrayLike, type PhpAssoc, type PhpRuntimeValue } from '../_helpers/_phpTypes.ts'; type CountValue = PhpRuntimeValue; export declare function array_count_values(array: PhpArrayLike): PhpAssoc; export {};