import { Hook } from "@oclif/core"; //#region src/hooks/prerun.d.ts declare const hook: Hook.Prerun; //#endregion export { hook as default };