import { Plugin } from "vite";
export declare const copyPrismaWasmPlugin: ({ rootDir, }: {
    rootDir: string;
}) => Plugin;
