export interface AgentArtifactDerivedRoots { readonly attachments: string; readonly outbound: string; readonly history: string; } /** Paths whose ownership is derived from the configured artifact directory. */ export declare function agentArtifactDerivedRoots(artifactsDir: string): AgentArtifactDerivedRoots; //# sourceMappingURL=agent-artifact-paths.d.ts.map