export declare function sortByAffix(opts: { arr: string[]; affix: string; }): string[];