export interface CryptoBoxPubKey {
    key_id: string;
    public_key: string;
}
