import koffi from 'koffi'; export declare const ByteBufferStruct: koffi.IKoffiCType; export type ByteBufferType = { len: number; data: Uint8Array; };