export declare const ascending: (a: any, b: any) => 1 | -1 | 0;