export type EncryptKeyResponse = {
    encrypt_public_key: string;
};
//# sourceMappingURL=EncryptKeyResponse.d.ts.map