/**
 * 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 function getLibUsb(): typeof import('usb');
//# sourceMappingURL=get-lib-usb.d.ts.map