export declare const sortByAlgo: (algorithm: any, input: any, compare?: (a: any, b: any) => 1 | -1) => any;
