import { StatusHistoric } from '../../..';
declare const _default: {
    new (): {
        /**
       * ID
       */
        _id: number;
        id: number;
        /**
         * Data Início
         */
        _startDate: Date;
        startDate: Date;
        /**
         * Data Fim
         */
        _endDate: Date;
        endDate: Date;
        /**
         * Justificativa
         */
        _justification: string;
        justification: string;
        /**
         * Status
         */
        _status: StatusHistoric;
        status: StatusHistoric;
        toJsonString(): string;
        replaceArray(json: string): string;
        toJson(): any;
        isArray(what: any): boolean;
    };
};
export = _default;
