export interface ChatStatus {
    BUSY: string;
    ONLINE: string;
    OFFLINE: string;
}
//# sourceMappingURL=chat-status.interface.d.ts.map