import type { ByteBufferType } from './structures'; export declare const uint8ArrayToByteBufferStruct: (buffer?: Uint8Array) => ByteBufferType;