export declare function natcasesort<T extends string | number>(inputArr: Record<string, T>): boolean | Record<string, T>;
