export interface IMessage {
    type: number;
    body: string;
}
//# sourceMappingURL=olm.d.ts.map