import someString, { someOtherString } from './import' process.stdout.write(JSON.stringify({ someString, someOtherString }))