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