export = GroupSessionBuilder; declare class GroupSessionBuilder { constructor(senderKeyStore: any); senderKeyStore: any; process(senderKeyName: any, senderKeyDistributionMessage: any): Promise; create(senderKeyName: any): Promise; } import SenderKeyDistributionMessage = require("./sender_key_distribution_message");