export declare function bn_to_hex(n: bigint): string; export declare function bn_to_0xhex(n: bigint): string; export declare function bn_to_0xAddress(n: bigint): string;