import type { WorkerOptions, WorkerPlugin } from '@temporalio/worker'; export declare class MastraPlugin implements WorkerPlugin { #private; name: string; constructor(); prebuild({ entryFile, projectRoot, }: { entryFile: string; projectRoot?: string; }): Promise>; getTemporalWorkerOptions(temporalOutputDir: string): { workflowsPath: WorkerOptions['workflowsPath']; activities: WorkerOptions['activities']; }; configureWorker(options: WorkerOptions): WorkerOptions; } //# sourceMappingURL=plugin.d.ts.map