import { t as RollupOptions } from "./build-BfgQaYkd.mjs"; import { RollupPluginContext, RollupPluginOptions, RollupPluginResolvedConfig, RollupPluginUserConfig } from "./types/plugin.mjs"; import "./types/index.mjs"; import { Plugin } from "powerlines"; //#region src/index.d.ts declare module "powerlines" { interface Config { rollup?: RollupPluginOptions; } } /** * A Powerlines plugin to assist in developing other Powerlines plugins. */ declare const plugin: (options?: RollupPluginOptions) => Plugin; //#endregion export { RollupOptions, RollupPluginContext, RollupPluginOptions, RollupPluginResolvedConfig, RollupPluginUserConfig, plugin }; //# sourceMappingURL=index.d.mts.map