import type { IMastraLogger } from '@mastra/core/logger'; import type { Config } from '@mastra/core/mastra'; export declare function getServerOptionsBundler(entryFile: string, result: { hasCustomConfig: false; }): Promise; export declare function getServerOptions(entryFile: string, outputDir: string, logger?: IMastraLogger): Promise; //# sourceMappingURL=serverOptions.d.ts.map