export interface Keys {
    agreementPrivateKey: string;
    publicKey: string;
    signPrivateKey: string;
}
