export declare function bigintToBytes(value: bigint): Uint8Array; export declare function addressToBytes(address: string): Uint8Array; export declare function hexToBytes(hex: string): Uint8Array; export declare function trimLeadingZeros(bytes: Uint8Array): Uint8Array;