export declare class Constants {
    static COMMAND_TIMEOUT: number;
    static HEADERMASK_SOURCE: number;
    static HEADERMASK_RECIPIENT: number;
    static HEADERMASK_BROADCAST: number;
    static MSGTYPE_COMMAND: number;
    static MSGTYPE_IF_CLEAR: number;
    static MSGTYPE_INQUIRY: number;
    static MSGTYPE_CANCEL: number;
    static MSGTYPE_ADDRESS_SET: number;
    static MSGTYPE_NETCHANGE: number;
    static MSGTYPE_ACK: number;
    static MSGTYPE_COMPLETE: number;
    static MSGTYPE_ERROR: number;
    static DATATYPE_INTERFACE: number;
    static DATATYPE_CAMERA: number;
    static DATATYPE_OPERATION: number;
    static CAM_POWER: number;
    static CAM_SLEEP_TIME: number;
    static CAM_ICR: number;
    static CAM_AUTO_ICR: number;
    static CAM_AUTO_ICR_THRESHOLD: number;
    static CAM_GAIN: number;
    static CAM_GAIN_LIMIT: number;
    static CAM_GAIN_DIRECT: number;
    static CAM_RGAIN: number;
    static CAM_RGAIN_DIRECT: number;
    static CAM_BGAIN: number;
    static CAM_BGAIN_DIRECT: number;
    static CAM_ZOOM: number;
    static CAM_DZOOM: number;
    static CAM_ZOOM_DIRECT: number;
    static CAM_FOCUS: number;
    static CAM_FOCUS_IR_CORRECTION: number;
    static CAM_FOCUS_TRIGGER: number;
    static CAM_FOCUS_INFINITY: number;
    static CAM_FOCUS_NEAR_LIMIT_POS: number;
    static CAM_FOCUS_AUTO: number;
    static CAM_FOCUS_DIRECT: number;
    static CAM_FOCUS_AF_MODE: number;
    static CAM_FOCUS_AF_INTERVAL: number;
    static CAM_FOCUS_SENSE_HIGH: number;
    static CAM_WB_MODE: number;
    static CAM_WB_TRIGGER: number;
    static CAM_EXPOSURE_MODE: number;
    static CAM_SHUTTER_SLOW_AUTO: number;
    static CAM_SHUTTER: number;
    static CAM_SHUTTER_DIRECT: number;
    static CAM_IRIS: number;
    static CAM_IRIS_DIRECT: number;
    static CAM_BRIGHT: number;
    static CAM_BRIGHT_DIRECT: number;
    static CAM_EXP_COMP: number;
    static CAM_EXP_COMP_ENABLE: number;
    static CAM_EXP_COMP_DIRECT: number;
    static CAM_BACKLIGHT: number;
    static CAM_WIDE_D: number;
    static CAM_WIDE_D_REFRESH: number;
    static CAM_WIDE_D_SET: number;
    static CAM_APERTURE: number;
    static CAM_APERTURE_DIRECT: number;
    static CAM_HIRES_ENABLE: number;
    static CAM_NOISE_REDUCTION: number;
    static CAM_GAMMA: number;
    static CAM_HIGH_SENSITIVITY: number;
    static CAM_FREEZE: number;
    static CAM_EFFECT: number;
    static CAM_EFFECT_DIGITAL: number;
    static CAM_EFFECT_LEVEL: number;
    static CAM_MEMORY: number;
    static CAM_ID_WRITE: number;
    static CAM_CHROMA_SUPPRESS: number;
    static CAM_COLOR_GAIN: number;
    static CAM_COLOR_HUE: number;
    static OP_MENU_SCREEN: number;
    static OP_VIDEO_FORMAT: number;
    static OP_VIDEO_FORMAT_I_NOW: number;
    static OP_VIDEO_FORMAT_I_NEXT: number;
    static OP_PAN_DRIVE: number;
    static OP_PAN_ABSOLUTE: number;
    static OP_PAN_RELATIVE: number;
    static OP_PAN_MAX_SPEED: number;
    static OP_PAN_POS: number;
    static OP_PAN_HOME: number;
    static OP_PAN_RESET: number;
    static OP_PAN_LIMIT: number;
    static OP_PAN_STATUS: number;
    static OP_IR_RECEIVE: number;
    static OP_IR_RETURN_ON: number[];
    static OP_IR_RETURN_OFF: number[];
    static OP_INFO_DISPLAY_ON: number[];
    static OP_INFO_DISPLAY_OFF: number[];
    static OP_IR_CONDITION: number[];
    static OP_FAN_CONDITION: number[];
    static OP_INFORMATION_DISPLAY_STATUS: number[];
    static OP_VERSION_INQUIRY: number[];
    static CAM_LENS_INQUIRY: number[];
    static CAM_IMAGE_INQUIRY: number[];
    static CMD_CAM_VAL_RESET: number;
    static CMD_CAM_VAL_CLEAR: number;
    static CMD_CAM_VAL_UP: number;
    static CMD_CAM_VAL_DOWN: number;
    static CMD_CAM_ZOOM_STOP: number;
    static CMD_CAM_ZOOM_TELE: number;
    static CMD_CAM_ZOOM_WIDE: number;
    static CMD_CAM_ZOOM_TELE_WITH_SPEED: number;
    static CMD_CAM_ZOOM_WIDE_WITH_SPEED: number;
    static CMD_CAM_FOCUS_STOP: number;
    static CMD_CAM_FOCUS_FAR: number;
    static CMD_CAM_FOCUS_NEAR: number;
    static CMD_CAM_FOCUS_FAR_WITH_SPEED: number;
    static CMD_CAM_FOCUS_NEAR_WITH_SPEED: number;
    static CMD_CAM_FOCUS_TRIGGER_NOW: number;
    static CMD_CAM_FOCUS_TRIGGER_INF: number;
    static CMD_CAM_WB_TRIGGER_NOW: number;
    static DATA_RESET: number;
    static DATA_MORE: number;
    static DATA_LESS: number;
    static DATA_ONVAL: number;
    static DATA_OFFVAL: number;
    static DATA_TOGGLEVAL: number;
    static DATA_IR_CORRECTION_ENABLED: number;
    static DATA_CAM_FOCUS_MODE_AUTO: number;
    static DATA_CAM_FOCUS_MODE_MANUAL: number;
    static DATA_CAM_FOCUS_MODE_TOGGLE: number;
    static DATA_CAM_AUTOFOCUS_ON_MOVEMENT: number;
    static DATA_CAM_AUTOFOCUS_ON_INTERVAL: number;
    static DATA_CAM_AUTOFOCUS_ON_ZOOM: number;
    static DATA_CAM_WB_MODE_AUTO: number;
    static DATA_CAM_WB_MODE_INDOOR: number;
    static DATA_CAM_WB_MODE_OUTDOOR: number;
    static DATA_CAM_WB_MODE_ON_TRIGGER: number;
    static DATA_CAM_WB_MODE_MANUAL: number;
    static DATA_CAM_EXPOSURE_MODE_AUTO: number;
    static DATA_CAM_EXPOSURE_MODE_MANUAL: number;
    static DATA_CAM_EXPOSURE_MODE_SHUTTER: number;
    static DATA_CAM_EXPOSURE_MODE_IRIS: number;
    static DATA_CAM_EXPOSURE_MODE_BRIGHT: number;
    static DATA_CAM_WIDE_DYN_AUTO: number;
    static DATA_CAM_WIDE_DYN_RATIO: number;
    static DATA_CAM_WIDE_DYN_ON: number;
    static DATA_CAM_WIDE_DYN_OFF: number;
    static DATA_CAM_WIDE_DYN_HIST: number;
    static DATA_EFFECT_OFF: number;
    static DATA_EFFECT_PASTEL: number;
    static DATA_EFFECT_NEGATIVE: number;
    static DATA_EFFECT_SEPIA: number;
    static DATA_EFFECT_BW: number;
    static DATA_EFFECT_SOLAR: number;
    static DATA_EFFECT_MOSAIC: number;
    static DATA_EFFECT_SLIM: number;
    static DATA_EFFECT_STRETCH: number;
    static DATA_EFFECT_STILL: number;
    static DATA_EFFECT_FLASH: number;
    static DATA_EFFECT_LUMI: number;
    static DATA_EFFECT_TRAIL: number;
    static DATA_PANLEFT: number;
    static DATA_TILTUP: number;
    static DATA_PANRIGHT: number;
    static DATA_TILTDOWN: number;
    static DATA_PANSTOP: number;
    static DATA_TILTSTOP: number;
    static DATA_PANTILT_UR: number;
    static DATA_PANTILT_DL: number;
    static PAN_MAXL: number;
    static PAN_MAXR: number;
    static PAN_MAXU: number;
    static PAN_MAXD: number;
    static PAN_PAN_UNK: number;
    static PAN_TILT_UNK: number;
    static PAN_MOVING: number;
    static PAN_MOVE_DONE: number;
    static PAN_MOVE_FAIL: number;
    static PAN_NR: number;
    static PAN_INIT: number;
    static PAN_READY: number;
    static PAN_INIT_FAIL: number;
    static ERROR_SYNTAX: number;
    static ERROR_BUFFER_FULL: number;
    static ERROR_CANCELLED: number;
    static ERROR_INVALID_BUFFER: number;
    static ERROR_COMMAND_FAILED: number;
    static SONY_FOCUS_NEAR_LIMIT_SETTINGS: number[];
    static SONY_OPTICAL_ZOOM_PRESETS: number[];
    static SONY_DIGITAL_ZOOM_PRESETS: number[];
}
