export declare function resolveAgentSessionDirsFromAgentsDir(agentsDir: string): Promise<string[]>;
export declare function resolveAgentSessionDirsFromAgentsDirSync(agentsDir: string): string[];
export declare function resolveAgentSessionDirs(stateDir: string): Promise<string[]>;
