export declare const isGreaterOrEqual: (a: string | number | bigint, b: string | number | bigint) => boolean;
