declare function IsLessThan(x: unknown, y: unknown, LeftFirst: boolean): boolean | undefined;
export = IsLessThan;
