import WalletButton from "./WalletButtonView"; import { WalletButtonProps } from "./ExpoWalletPass.types"; export declare function canAddPasses(): boolean; export declare function hasPass(passID: string, serialNumber?: string): boolean; export declare function addPassFromUrl(url: string): Promise; export declare function viewInWallet(passId: string, serialNumber?: string): void; export { WalletButton, WalletButtonProps }; //# sourceMappingURL=index.d.ts.map