export declare function sortValues(values: any[], property: string, order: 'asc' | 'desc'): any[];