import { Hook } from '@oclif/core';
declare const environmentSelectorHook: Hook<'init'>;
export default environmentSelectorHook;
