export declare function compareUnicodeCodePoints(a: string, b: string): number; export declare function sortKeysByUnicodeCodePoint(keys: readonly string[]): string[]; export declare function stableSortByUnicodeObjectKey(items: readonly T[]): T[];