import { ISprinque } from './src/types'; export declare class Sprinque { open: ({ getTokenUrl, token, env, lang, targetSelector, customStyles, onBuyerResponse, showSprinqueLogo, onOrderCreated, onOrderFailed, onClose, order, buyerId, initialValues, disabledValues, initialShippingAddress, initialOrderAmount, initialOrderCurrencyCode, showManualReviewScreenIfBuyerUnderReview, showCloseModalIconOnSuccessPage, lastScreenCustomHTML, merchantBuyerId, buyersMetadata, allowedCountries, }: ISprinque) => Promise; close: () => void; } export declare const open: ({ getTokenUrl, token, env, lang, targetSelector, customStyles, onBuyerResponse, showSprinqueLogo, onOrderCreated, onOrderFailed, onClose, order, buyerId, initialValues, disabledValues, initialShippingAddress, initialOrderAmount, initialOrderCurrencyCode, showManualReviewScreenIfBuyerUnderReview, showCloseModalIconOnSuccessPage, lastScreenCustomHTML, merchantBuyerId, buyersMetadata, allowedCountries, }: ISprinque) => Promise; export declare const close: () => void;