import { Person, DocumentType } from '../../..';
declare const _default: {
    new (): {
        /**
          * ID
          */
        _id: number;
        id: number;
        /**
         * Pessoa
         */
        _person: Person;
        person: Person;
        /**
         * Tipo de Documento
         */
        _documentType: DocumentType;
        /**
         * Documento
         */
        _document: string;
        toJsonString(): string;
        replaceArray(json: string): string;
        toJson(): any;
        isArray(what: any): boolean;
    };
};
export = _default;
