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