export declare function hasOwnReactVitePlugin({ rootProjectDir, }: {
    rootProjectDir: string;
}): Promise<boolean>;
