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