import type { TossUser } from './types/tossUser'; import type { SolanaIntent } from './intent'; export declare function initNFC(): Promise; export declare function readNFCUser(): Promise; export declare function writeUserToNFC(user: TossUser): Promise; export declare function writeIntentToNFC(intent: SolanaIntent): Promise; //# sourceMappingURL=nfc.d.ts.map