import { SetupOptions } from '../types/index.js'; import { ReactFrameworkObject } from '../types/index.js'; export declare function handleSetupReactCommand(options: SetupOptions, frameworkObject: ReactFrameworkObject, useDefaults?: boolean): Promise;