declare const _default: {
    new (): {
        /**
         * ID
         */
        _id: number;
        id: number;
        /**
        * Nome
        */
        _name: string;
        name: string;
        /**
        * Papel Utilizado pelo Provisório
        */
        _usedByProvisory: boolean;
        usedByProvisory: boolean;
        /**
        * Papel que Recebe Visita
        */
        _receiveVisit: boolean;
        receiveVisit: boolean;
        toJsonString(): string;
        replaceArray(json: string): string;
        toJson(): any;
        isArray(what: any): boolean;
    };
};
export = _default;
