Variable devicesExperimental

devices: {
    full: DeviceDriver<any>;
    null: DeviceDriver<any>;
    random: DeviceDriver<any>;
    zero: DeviceDriver<any>;
}

Shortcuts for importing.