import { IGroupSession } from '../types'; export declare function createVirgilGroupSession(epochMessages: Uint8Array[]): IGroupSession;