import { Bridge } from '../core/bridge'; export declare class InAppPurchase { private bridge; constructor(bridge: Bridge); }