export declare function sortByStr(list: Array<string | Record<string, string>>, key?: string, reverse?: boolean): void;
