import type { Config } from '../../config/schema.js'; export declare function resolveWorkflowRootDir(config: Config, agentId: string): string; export declare function resolveWorkflowRunsDir(config: Config, agentId: string): string; export declare function resolveWorkflowRunDir(config: Config, agentId: string, runId: string): string; export declare function resolveWorkflowRunEventsPath(config: Config, agentId: string, runId: string): string; export declare function resolveWorkflowRunViewPath(config: Config, agentId: string, runId: string): string; export declare function resolveWorkflowRunArtifactsDir(config: Config, agentId: string, runId: string): string;