import { NfcTag } from '@awesome-cordova-plugins/nfc/ngx';
import { Observable } from 'rxjs';
import { NfcService, RecoverableTapState } from './nfc-service.service';
import * as i0 from "@angular/core";
export interface TapNfcEvent {
    tag: NfcTag;
    tap?: RecoverableTapState | undefined;
}
export declare class TapScannerNfcService {
    private nfcService;
    private platform;
    private _iosMockTapEvent;
    /**
     * TODO refractor
     */
    tapEvent: Observable<TapNfcEvent>;
    isStartScanAvailable: boolean;
    constructor(nfcService: NfcService);
    listenToNfcTaps(): Promise<void>;
    init(): Promise<void>;
    start(): void;
    static ɵfac: i0.ɵɵFactoryDeclaration<TapScannerNfcService, never>;
    static ɵprov: i0.ɵɵInjectableDeclaration<TapScannerNfcService>;
}
