import Device from './Device';
import { VirtualLobbyAction, CallGenerationType } from '../../..';
declare const _default: {
    new (): {
        /**
         * ID
         */
        _id: number;
        id: number;
        /**
         * Dispositivo
         */
        _device: Device;
        /**
         * Tipo da Geração de Chamado
         */
        _callGenerationType: CallGenerationType;
        callGenerationType: CallGenerationType;
        /**
         * Acionamento da Portaria
         */
        _virtualLobbyAction: VirtualLobbyAction;
        virtualLobbyAction: VirtualLobbyAction;
        toJsonString(): string;
        replaceArray(json: string): string;
        toJson(): any;
        isArray(what: any): boolean;
    };
};
export = _default;
