import { t as RollupOptions } from "../build-BfgQaYkd.mjs"; import { PluginContext, ResolvedConfig, UserConfig } from "powerlines"; //#region src/types/plugin.d.ts type RollupPluginOptions = Partial; interface RollupPluginUserConfig extends UserConfig { rollup: RollupPluginOptions; } interface RollupPluginResolvedConfig extends ResolvedConfig { rollup: RollupOptions; } type RollupPluginContext = PluginContext; //#endregion export { RollupPluginContext, RollupPluginOptions, RollupPluginResolvedConfig, RollupPluginUserConfig }; //# sourceMappingURL=plugin.d.mts.map