import { ControllerDeviceType } from "./ControllerDeviceType";
export declare class ControllerDeviceVO {
    guid: string;
    controllerDeviceType: ControllerDeviceType;
    ip: string;
    gateway: string;
    mask: string;
    outIp: string;
    constructor();
    equals(o: any): boolean;
    toString(): string;
}
//# sourceMappingURL=ControllerDeviceVO.d.ts.map