import { type PhpAssoc, type PhpComparatorDescriptor, type PhpRuntimeValue } from '../_helpers/_phpTypes.ts'; type SortContextValue = PhpRuntimeValue; export declare function uasort(this: PhpAssoc, inputArr: Record, sorter: PhpComparatorDescriptor): boolean | Record; export {};