/** * Perform natural sorting with "Array.sort()" method */ export declare function naturalSort(current: string, next: string): number;