import { Environment } from "./type"; export declare const PASSPORT_APP_EVENT = "CREDIFY-PASSPORT-APP"; export declare const BNPL_PROXY_APP_EVENT = "BNPL-PROXY-APP-EVENT"; export declare const CREDIFY_LOGIN_APP = "CREDIFY_LOGIN_APP"; export declare const WEBSDK_EVENT = "CREDIFY-WEB-SDK"; export declare const BNPL_PAYMENT_COMPLETE = "bnplPaymentComplete"; export declare const INITIAL_LOAD_COMPLETED_ACTION = "initialLoadCompleted"; export declare const OPENER_SHOW_PROMOTION_OFFER = "showPromotionOffers"; export declare const ACTION_PROMOTION_LOAD_COMPLETED = "promotionOfferLoadCompleted"; export declare const CREATE_USER_COMPLETED_ACTION = "createUserCompleted"; export declare const OIDC_AUTH_COMPLETED_ACTION = "oidcConsentCompleted"; export declare const START_REDEMPTION_ACTION = "startRedemption"; export declare const PUSH_CLAIM_COMPLETED_ACTION = "pushClaimCompleted"; export declare const PROXY_LOGIN_DATA_ACTION = "proxyLoginData"; export declare const OPENER_ACTION_LOGIN_LOAD_COMPLETED = "loginLoadCompleted"; export declare const USER_INFO = "user_info"; export declare const setEnvironment: (env: Environment) => void; export declare const getPassportWebUrl: () => string; /** * @function getBaseUrl * @description get base url depends on environment. * @output a base url */ export declare const getBaseUrl: () => string; export declare const getPassportBackendUrl: () => "https://dev-passport-api.credify.ninja" | "https://sit-passport-api.credify.ninja" | "https://uat-passport-api.credify.dev" | "https://sandbox-passport-api.credify.dev" | "https://passport-api.credify.one" | "http://localhost:8000";