declare const sortArrayByStringValueImmutable: (arr: any[], propName: string, desc?: boolean) => any[]; export { sortArrayByStringValueImmutable };