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