/**
 * Role of the Bluetooth module.
 */
export declare const BluetoothRoleEnum: {
    /** Central: ON, Peripheral: OFF */
    readonly CENTRAL: "CENTRAL";
    /** Central: OFF, Peripheral: ON */
    readonly PERIPHERAL: "PERIPHERAL";
    /** Central: ON, Peripheral: ON */
    readonly CENTRAL_PERIPHERAL: "CENTRAL_PERIPHERAL";
};
/** Type definition of BluetoothRoleEnum */
export type BluetoothRoleEnum = (typeof BluetoothRoleEnum)[keyof typeof BluetoothRoleEnum];
//# sourceMappingURL=option-bluetooth-role.d.ts.map