export declare enum ExitCode { DeviceAwake = 0, DeviceStandby = 1, DeviceNotFound = 2, PassCodeNeeded = 4, PassCodeUnmatched = 5 }