export interface X25519KeyAgreementKey2019 {
    id: string;
    type: 'X25519KeyAgreementKey2019';
    controller: string;
    publicKeyBase58: string;
    privateKeyBase58?: string;
}
