import { Hook } from '@oclif/core'; /** * Hydrogen init hook — only loads `@shopify/cli-hydrogen` when running a hydrogen command. * This avoids the ~300ms+ import cost for non-hydrogen commands. */ declare const hook: Hook<'init'>; export default hook;