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