export declare function format2BigInt(a: string | number | bigint, b: string | number | bigint): {
    _a: bigint;
    _b: bigint;
};
