import type { Message } from '../../types/message/index.js'; import type { FileReadTracker } from '../../types/tool/index.js'; /** Join visible call bodies, successful receipts and this executor's observation ledger. */ export declare function describeVisibleFileEvidence(messages: readonly Message[], tracker: FileReadTracker, workingDirectory: string, sandboxed: boolean): string | undefined; //# sourceMappingURL=file-evidence-context.d.ts.map