import { PopupWindow, NewTabWindow } from '@crossmint/client-sdk-window';

declare function crossmintHostedCheckoutOverlayService(): {
    create: (windowClient: ReturnType<typeof PopupWindow.initSync> | ReturnType<typeof NewTabWindow.initSync>) => void;
    remove: () => void;
};

export { crossmintHostedCheckoutOverlayService };
