export type Bytes = Uint8Array; export declare const EmptyBytes: Uint8Array; /** * Shortcut to one-element (element is 0) byte array */ export declare const NullBytes: Uint8Array;