/** * An object that contains the flags that * are shared across all the app commands. */ export declare const appFlags: { path: import("@oclif/core/lib/interfaces/parser.js").OptionFlag; config: import("@oclif/core/lib/interfaces/parser.js").OptionFlag; };