export declare const sortGroupByDay: (a: { key: string | number; }, b: { key: string | number; }) => 0 | 1 | -1;