import { TurboModule } from 'react-native'; export interface Spec extends TurboModule { canAddPasses(): Promise; showAddPassControllerFromFile(url: string): Promise; addPassFromUrl(url: string, headers: Object | null): Promise; hasPass(cardIdentifier: string, serialNumber: string | null): Promise; removePass(cardIdentifier: string, serialNumber: string | null): Promise; viewInWallet(cardIdentifier: string, serialNumber: string | null): Promise; addPassToGoogleWallet(jwt: string): Promise; } declare const _default: Spec; export default _default; //# sourceMappingURL=NativeWalletManager.d.ts.map