/** Determines which kind of Z-Wave application the driver is communicating with */
export declare enum DriverMode {
    Unknown = 0,
    SerialAPI = 1,
    Bootloader = 2,
    CLI = 3
}
//# sourceMappingURL=DriverMode.d.ts.map