export class SenderMessageKey { constructor(iteration: any, seed: any); iv: any; cipherKey: any; iteration: any; seed: any; getIteration(): any; getIv(): any; getCipherKey(): any; getSeed(): any; } //# sourceMappingURL=sender-message-key.d.ts.map