import type { CFPaymentGatewayPlugin } from './definitions'; declare const CFPaymentGateway: CFPaymentGatewayPlugin; export * from './definitions'; export * from './web'; export { CFPaymentGateway };