import { IapticStripe } from './iaptic-stripe'; import { Config } from './types'; export * from './iaptic-stripe'; export * from './refresh-scheduler'; export * from './utils'; export * from './types'; export declare function createAdapter(config: Config): IapticStripe; export declare const IapticJS: { createAdapter: typeof createAdapter; }; export default IapticJS;