import { type Hook } from '@oclif/core'; export declare const trackPromise: Promise; declare const hook: Hook<'prerun'>; export default hook;