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