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