UNPKG

224 BTypeScriptView Raw
1import { IDeviceIDManager } from "r2-lcp-js/dist/es5/src/lsd/deviceid-manager";
2import { IStore } from "../common/store";
3export declare function getDeviceIDManager(electronStoreLSD: IStore, name: string): IDeviceIDManager;