export default AdapterFactory; declare function AdapterFactory(lang: any, opts: any): Adapter; import Adapter from './adapter.js';