/**
 * Sets up the `.flowbite-react/class-list.json` file in the project.
 *
 * This function checks if the `.flowbite-react/class-list.json` file exists and creates it if it does not.
 */
export declare function setupClassList(): Promise<void>;
