/** * Mirror authored `agents//workspace/**` seed files into the bundled * output so each fs-routed agent starts with them on disk (Eve parity). Files * are copied to `/workspace/`, which is exactly where the * generated entry roots each agent's default workspace at runtime (resolved * relative to the bundled module via `import.meta.url`). Declared subagents * mirror to the nested `/workspace//` path. * * Must run AFTER the bundle step, since bundling recreates the output dir. * * @param mastraDir The user's `src/mastra` directory (source of seeds). * @param bundleDir The final bundle directory (e.g. `/output`). * @returns the workspace names whose seeds were mirrored (`/` for subagents). */ export declare function mirrorFsAgentWorkspaces(mastraDir: string, bundleDir: string): Promise; //# sourceMappingURL=mirror.d.ts.map