export interface IotSimAdapter { getCardInfoBatch: (iccidList: string[]) => any; recharge: () => any; }