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