import { Hook } from '@oclif/config';
declare const hook: Hook<'prerun'>;
export default hook;
