import type { PluginObject } 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): PluginObject; //# sourceMappingURL=remove-all-options-except.d.ts.map