import type { IMastraLogger } from '@mastra/core/logger';
import type { Config as MastraConfig } from '@mastra/core/mastra';
import type { Plugin } from 'rollup';
export declare function removeAllOptionsFromMastraExceptPlugin(mastraEntry: string, name: keyof MastraConfig, result: {
    hasCustomConfig: boolean;
}, options?: {
    sourcemap?: boolean;
    logger?: IMastraLogger;
}): Plugin;
//# sourceMappingURL=remove-all-except.d.ts.map