import babel from '@babel/core';
import type { IMastraLogger } from '@mastra/core/logger';
import type { Config as MastraConfig } from '@mastra/core/mastra';
export declare function removeAllOptionsFromMastraExcept(result: {
    hasCustomConfig: boolean;
}, option: keyof MastraConfig, logger?: IMastraLogger): babel.PluginObj;
//# sourceMappingURL=remove-all-options-except.d.ts.map