import type { IElementsCheckoutActions, IElementsCheckoutClient } from '@/interfaces/client.interface'; import { ElementsCheckout } from './clients/checkout'; export type { IElementsCheckoutActions, IElementsCheckoutClient }; export { ElementsCheckout };