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