export interface Hash256Attribute extends AttributeBase { readonly usage: Hash256AttributeUsage; readonly data: Hash256; }