import type * as rolldown from "rolldown"; import type { BasePluginOptions } from "./options.js"; export type RolldownPluginOptions = Omit; export type RolldownPlugin = (options?: RolldownPluginOptions) => Array; declare const cloudflare: RolldownPlugin; export default cloudflare; //# sourceMappingURL=plugin.d.ts.map