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