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