import { Role, StatusHistoric, List, PersonRoleSuspension } from '../../..';
declare const _default: {
    new (): {
        /**
       * ID
       */
        _id: number;
        id: number;
        /**
         * Papel
         */
        _role: Role;
        role: Role;
        /**
         * Data Início
         */
        _startDate: Date;
        startDate: Date;
        /**
         * Data Fim
         */
        _endDate: Date;
        endDate: Date;
        /**
         * Status
         */
        _status: StatusHistoric;
        status: StatusHistoric;
        /**
         * Suspensões de Papéis
         */
        _personRoleSuspensions: List<PersonRoleSuspension>;
        personRoleSuspensions: List<PersonRoleSuspension>;
        toJsonString(): string;
        replaceArray(json: string): string;
        toJson(): any;
        isArray(what: any): boolean;
    };
};
export = _default;
