export interface IDeviceIDManager { getDeviceNAME(): Promise; getDeviceID(): Promise; checkDeviceID(key: string): Promise; recordDeviceID(key: string): Promise; }