import { RollupPlugin } from 'unplugin';
import { L as LegacyBundlerPluginOptions, B as BundlerPluginOptions } from '../plugin-D7nDswtC.mjs';
import '@apm-js-collab/code-transformer';

declare function braintrustRollupPlugin(options?: BundlerPluginOptions): RollupPlugin | RollupPlugin[];
type RollupPluginOptions = LegacyBundlerPluginOptions;
/**
 * @deprecated Use {@link braintrustRollupPlugin} instead.
 */
declare const rollupPlugin: (options: LegacyBundlerPluginOptions) => RollupPlugin<any> | RollupPlugin<any>[];

export { type RollupPluginOptions, braintrustRollupPlugin, rollupPlugin };
