export declare const forceNewStudioOption: { name: string; cliFlag: "force-new"; description: () => import("react/jsx-runtime").JSX.Element; ssrName: null; docLink: string; type: boolean; getValue: ({ commandLine }: { commandLine: Record; }) => { value: boolean; source: string; }; setConfig(value: boolean): void; id: "force-new"; };