import { CommitBundle } from '@wireapp/core-crypto'; /** * Will convert a coreCrypto commit bundle into a Uint8Array representing a protobuf object * @param commitBundle a commit bundle generated by coreCrypto * @returns */ export declare function toProtobufCommitBundle({ commit, welcome, groupInfo }: CommitBundle): Uint8Array; //# sourceMappingURL=commitBundleUtil.d.ts.map