export declare const max: (values: bigint[]) => bigint; export declare const round: (value: bigint, n: bigint) => bigint; export declare const gwei: (n: bigint) => bigint; export declare const roundToWholeGwei: (wei: bigint) => bigint;