export declare const sortBy: (fromArray: any[], propString: string, sortString?: string) => any[]; export declare const sort: (fromArray: any[], propString: string, sortString?: string) => any[]; export declare const order: (fromArray: any[], newProp?: string) => any[];