import { FronteggCheckoutDialogOptions } from '@frontegg/types'; export declare class CheckoutDialog { static show(opts: FronteggCheckoutDialogOptions, name?: string): void; static hide(name?: string): void; }