import { Hook } from '@oclif/core'; /** * Check that logs folder (`~/.mockoon-cli/logs`) exists before running commands */ export declare const hook: Hook<'init'>; export default hook;