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