import 'promise-polyfill/dist/polyfill'; import { FlatfileImporter } from './importer'; export { ISettings, CustomerObject, FieldHookCallback, LoadOptionsObject, IVirtualFieldOptions, IInteractionEvent, IBeforeFetchRequest, IBeforeFetchResponse, StepHookCallback, RecordObject, IDataHookResponse, ScalarDictionary, Nullable, IPrimitive, IValidationResponse, IDictionary, FlatfileResults } from './interfaces'; export default FlatfileImporter;