/** * @copyright 2019, Miles Johnson * @license https://opensource.org/licenses/MIT */ import { configure } from './internals/config'; import Element from './Element'; import Result from './Result'; export * from './predicates'; export * from './mocks'; export * from './types'; export { configure, Element, Result }; //# sourceMappingURL=index.d.ts.map