import { Incident } from '../../..';
declare const _default: {
    new (): {
        /**
          * ID
          */
        _id: number;
        id: number;
        /**
         * Incidente
         */
        _incident: Incident;
        incident: Incident;
        /**
         * Data de Visualização
         */
        _viewedDate: Date;
        viewedDate: Date;
        toJsonString(): string;
        replaceArray(json: string): string;
        toJson(): any;
        isArray(what: any): boolean;
    };
};
export = _default;
