export interface AttributeBase { readonly usage: AttributeUsage; readonly data: Buffer; readonly [OpaqueTagSymbol0]: unique symbol; }