import { type PhpArrayLike, type PhpAssoc } from '../_helpers/_phpTypes.ts';
export declare function array_diff_key<TValue>(arr1: PhpArrayLike<TValue>, ...arrays: Array<PhpArrayLike<TValue>>): PhpAssoc<TValue>;
