export interface PublicKeyAttribute extends AttributeBase { readonly usage: PublicKeyAttributeUsage; readonly data: PublicKey; }