export declare function sortKeys(sortedKeys: string[], selector?: (a: Item) => string): (a: Item, b: Item) => 0 | 1 | -1;