import type { AgentSpawnConfig } from '../../agent-adapter/types.js'; import { type IdentityJsonValue, type RoleToolSurfaceInput } from './identity.js'; export declare function directoryContentSha256(directory: string): string; export declare function roleSurfaceFromSpawnConfig(config: AgentSpawnConfig, directive?: string, benchmarkPolicyGuard?: IdentityJsonValue): RoleToolSurfaceInput;