/** * Sets up the VSCode configuration for the project. * * This function checks if the `.vscode` directory exists and creates it if it does not. * It then sets up the `settings.json` and `extensions.json` files with the necessary configuration for Flowbite React. */ export declare function setupVSCode(): Promise;