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