import { IotSimAdapter } from '../interfaces/iot-sim-adapter.interface'; export declare class LuatIotSimAdapter implements IotSimAdapter { getCardInfoBatch(): void; recharge(): void; }