import { VisitType, LobbyResource } from '../../..';
declare const _default: {
    new (): {
        /**
         * ID
         */
        _id: number;
        id: number;
        /**
         * Tipo da visita
         */
        _visitType: VisitType;
        visitType: VisitType;
        /**
         * Recurso
         */
        _lobbyResource: LobbyResource;
        lobbyResource: LobbyResource;
        toJsonString(): string;
        replaceArray(json: string): string;
        toJson(): any;
        isArray(what: any): boolean;
    };
};
export = _default;
