declare class ConfigController { /** * V2 compatibility method */ execute(): Promise; /** * Show config location and open it */ executeStart: () => Promise; } export default ConfigController; export { ConfigController }; //# sourceMappingURL=ConfigController.d.ts.map