declare function lastLowest(best: any, value: any): boolean;
export { lastLowest };