export declare function releaseMockDevice(id: string): void; export declare function mockDeviceWithAPDUs(apdus: string, opts?: { autoSkipUnknownApdu: boolean; }): Promise; //# sourceMappingURL=mockDevice.d.ts.map