'use strict'; module.exports = { foo(two: number) { return two; }, };