/**
* This will `require` the `usb` library dynamically.
* If you don't have it installed, you will get an error when you try to use this function.
* @category Implementation details
*/export declare functiongetLibUsb(): typeofimport('usb');
//# sourceMappingURL=get-lib-usb.d.ts.map