import { Hook } from '@oclif/core'; export declare const INTERACTIVE_FLAGS: string[]; export declare const GLOBAL_FLAGS: Set; export declare const hasInteractiveFlag: (argv: string[]) => boolean; export declare const hasJsonFlag: (argv: string[]) => boolean; export declare const stripGlobalFlags: (argv: string[]) => void; declare const hook: Hook<'init'>; export default hook;