export declare function sort(array: T[]): T[]; export declare function sort(array: TItem[], func: (item: TItem) => TVal): TItem[];