export type HexString = string; export type QPrefixedHexString = string; export type Bytes = Uint8Array | HexString; export type Numbers = number | bigint | string | HexString; export declare const TypedArray: any; //# sourceMappingURL=primitives_types.d.ts.map