import refArray from 'ref-array-di'; import * as ref from 'ref-napi'; import refStruct from 'ref-struct-di'; export declare const ByteBufferArray: refArray.ArrayType; export declare const ByteBuffer: refStruct.StructType<{ len: ref.Type; data: ref.Type>; }>;