import { CheckNFCResponse } from "../types/ekycNFCType"; export declare function parseNfcResponse(nfcResponseStr: string): CheckNFCResponse | null;