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