export type bytes4 = string; export type bytes8 = string; export type bytes32 = string; export type bytes48 = string; export type bytes96 = string; export type bytes100 = string; export type bytes480 = string;