import type { AlipayPlugin } from './definitions'; declare const Alipay: AlipayPlugin; export * from './definitions'; export { Alipay };