import { IPaysafePayload, IPaysafePaymentRequest } from '../../Interfaces/Cart/IPaysafePayload'; export declare class Paysafe { private _isDev; private _login; private _account_number; constructor(login: string, account_number: string, isDev?: boolean); private BASE; private ACCOUNT; private getBasic; authorizePaymentRequest: (data: IPaysafePaymentRequest) => Promise; }