// ISC, Copyright 2017 Jaco Greeff // @flow import type { InterfaceDefinition } from './types'; module.exports = ({ chain: require('./chain'), state: require('./state') }: { [string]: InterfaceDefinition });