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