export declare const divideBy: (b: bigint) => (a: bigint) => bigint;
