/**
 * Sets up the plugin for the project based on the bundler.
 *
 * This function checks for the existence of configuration files for various bundlers and frameworks
 * and sets up the appropriate plugin for each.
 */
export declare function setupPlugin(): Promise<true | undefined>;
