import type { PhpAssoc } from '../_helpers/_phpTypes.ts';
export declare function array_values<T>(input: T[] | PhpAssoc<T>): T[];
