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