export type CheckoutType = 'hosted' | 'payment_links' | 'embedded'; export declare function chooseCheckoutType(): Promise;