/** * config command - Manage miyabi configuration */ export interface ConfigOptions { init?: boolean; show?: boolean; reset?: boolean; json?: boolean; } export declare function config(options?: ConfigOptions): Promise; //# sourceMappingURL=config.d.ts.map