'use strict'; module.exports = function load(typeName) { throw new Error('Not found: ' + typeName); };