export declare function initSdkYuno(apiKey: string): Promise; export declare function initEnrollment(): Promise; export declare function startEnrollment(customer_session: string, country_iso: string): Promise; export declare function startCheckout(checkout_session: string, country_iso: string): Promise; export declare function startPaymentLite(type: string): Promise; export declare function continuePayment(): Promise;