import type { Config, Context } from "@/types"; /** * Builds the filesystem path for an agent folder. * Expects: config.agentsDir is absolute. */ export declare function agentPath(config: Config, ctx: Context): string; //# sourceMappingURL=agentPath.d.ts.map