export default declare((api, options) => {
  const PURE_ANNOTATION = options.pure;

  const visitor = helper(api, {
    pre(state) {