import type { Config } from '@mastra/core/mastra'; import { Bundler } from '@mastra/deployer/bundler'; export declare class BuildBundler extends Bundler { constructor(); protected getUserBundlerOptions(mastraEntryFile: string, outputDirectory: string): Promise>; getEnvFiles(): Promise; protected installDependencies(): Promise; protected copyPublic(): Promise; writePackageJson(): Promise; bundle(entryFile: string, outputDirectory: string, { toolsPaths, projectRoot }: { toolsPaths: (string | string[])[]; projectRoot: string; }): Promise; lint(entryFile: string, outputDirectory: string, toolsPaths: (string | string[])[]): Promise; } //# sourceMappingURL=mastra-deployer.d.ts.map