import { AccessType } from '../../..';
import OutputDevice from './OutputDevice';
declare const _default: {
    new (): {
        /**
        * ID
        */
        _id: number;
        id: number;
        /**
         * Saída
         */
        _outputDevice: OutputDevice;
        outputDevice: OutputDevice;
        /**
         * Tipo do Acesso
         */
        _accessType: AccessType;
        accessType: AccessType;
        /**
         * Tempo do Acionamento
         */
        _activationTime: number;
        activationTime: number;
        toJsonString(): string;
        replaceArray(json: string): string;
        toJson(): any;
        isArray(what: any): boolean;
    };
};
export = _default;
