import { State } from './store'; export { getAmonunt } from './helper'; export { default as Payo } from './payo'; export { default as Windcave } from './windcave/windcave'; export { default as Tyro } from './tyro'; export { default as Linkly } from './linkly'; export { default as Huifu } from './huifu'; export { default as AdyenPos } from './adyenPos'; export { default as AdyenScan } from './adyenScan'; export { default as Mx51 } from './mx51'; export declare const getInitState: (type: string, params?: any) => State;