/**
 * Sets up the `.flowbite-react/.gitignore` file in the project.
 *
 * This function ensures the `.gitignore` file exists in the `.flowbite-react` directory.
 * It will create or update the file if needed.
 */
export declare function setupGitIgnore(): Promise<void>;
