import { IViberEvent } from './IViberEvent.js'; export declare class ViberEvent implements IViberEvent { text: string; message_type: string; channel: string; from: string; message_uuid: string; timestamp: string; to: string; } //# sourceMappingURL=viberEvent.d.ts.map