import { Action } from '../action'; export declare class ConfigAction extends Action { execute(): Promise; private show; }