import { type PhpAssoc, type PhpKeyComparatorDescriptor } from '../_helpers/_phpTypes.ts'; type IntersectArray = PhpAssoc | T[]; export declare function array_intersect_ukey(arr1: PhpAssoc, ...arraysAndCallback: [ arr2: IntersectArray, ...rest: Array>, callback: PhpKeyComparatorDescriptor ]): PhpAssoc; export {};