export declare const greaterThan: (than: number) => (x: number) => boolean;
