import {Hook} from '@oclif/config'

const hook: Hook<'<%- options.event %>'> = async function (opts) {
  process.stdout.write(`example hook running ${opts.id}\n`)
}

export default hook
