import type { CommandAction } from '../../types/CommandAction.js'; export interface SetupOptions { force?: boolean; } /** Executor for the "setup" verb */ export declare const execute: CommandAction; //# sourceMappingURL=execute.d.ts.map