'use strict';
module.exports = {
fs: require('./fs'),
seed: require('../scripts/dts-import'),
instances: require('./test-app'),
};