import VisitType from './VisitType';
import { Procedure } from '../../..';
declare const _default: {
    new (): {
        /**
         * ID
         */
        _id: number;
        id: number;
        /**
         * Tipo da visita
         */
        _visitType: VisitType;
        visitType: VisitType;
        /**
         * Procedimento
         */
        _procedure: Procedure;
        procedure: Procedure;
        /**
         * Flag sinalizando se execução do procedimento é obrigatória
         */
        _required: boolean;
        required: boolean;
        readonly requiredd: boolean;
        /**
         * Possui integração com GAS => default:false
         */
        _integratedWithGAS: boolean;
        integratedWithGAS: boolean;
        getintegratedWithGAS(): boolean;
        toJsonString(): string;
        replaceArray(json: string): string;
        toJson(): any;
        isArray(what: any): boolean;
    };
};
export = _default;
