import { type CliResult } from './cli-support.js'; export declare function runDesignCommand(options: readonly string[], cwd: string): CliResult;