import type { ResidentHistorySource } from '../manager/resident/history.js'; import type { ToolContext, ToolDefinition } from '../types/tool/index.js'; /** * @experimental * Read-only tools over an explicitly authorized historical source. The host * resolves and checks the executing turn's scope; models choose no paths, * tenant, resident, pursuit or upper-history boundary. */ export declare function buildResidentHistoryTools(resolveSource: (context: ToolContext) => ResidentHistorySource): ToolDefinition[]; //# sourceMappingURL=resident-history.d.ts.map