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