import { Bundler } from '@mastra/deployer/bundler';
export declare class WorkerBundler extends Bundler {
    constructor({ outputDir }?: {
        outputDir?: string;
    });
    getEnvFiles(): Promise<string[]>;
    bundle(entryFile: string, outputDirectory: string, { toolsPaths, projectRoot }: {
        toolsPaths: (string | string[])[];
        projectRoot: string;
    }): Promise<void>;
    protected getEntry(): string;
}
//# sourceMappingURL=WorkerBundler.d.ts.map