import { type RedwoodPluginOptions } from "rwsdk/vite"; import type { PluginOption } from "vite"; declare const alchemyRedwood: (options?: RedwoodPluginOptions) => PluginOption; export default alchemyRedwood; //# sourceMappingURL=plugin.d.ts.map