export declare const trimSpacesEnd: (str: string) => string; export declare const last: (arr: Array) => unknown; export declare const isEmpty: (arr: Array) => boolean; export declare const escapeRegExp: (str: string) => string; export declare const sortByLengthDesc: (strings: string[]) => string[];