import { WebPlugin } from '@capacitor/core';
import type { CapacitorPassToWalletPlugin, IAddToWalletOptions } from './definitions';
export declare class CapacitorPassToWalletWeb extends WebPlugin implements CapacitorPassToWalletPlugin {
    addToWallet(options: IAddToWalletOptions): Promise<void>;
}
