import type { IMastraLogger } from '@mastra/core/logger';
import type { Config } from '@mastra/core/mastra';
export declare function getBundlerOptionsBundler(entryFile: string, result: {
    hasCustomConfig: false;
}): Promise<import("rollup").RollupBuild>;
export declare function getBundlerOptions(entryFile: string, outputDir: string, logger?: IMastraLogger): Promise<Config['bundler'] | null>;
//# sourceMappingURL=bundlerOptions.d.ts.map