export interface BufferAttribute extends AttributeBase { readonly usage: BufferAttributeUsage; readonly data: BufferString; }