import "ts-polyfill"; import "custom-event-polyfill"; import { type PaymentIntent, type Payment, PublicEvent, type PaymentConfig, type Handlers } from "./shared/types"; import { Environment } from "./shared/env"; export type { PaymentIntent, Payment, PaymentConfig, Handlers }; export { PublicEvent, Environment };