interface Sort { (a: { misspelledCount: number; }, b: { misspelledCount: number; }): number; } export declare const sortByCount: Sort; export {};