import type { EngagementScope } from "../store/scope.js"; /** Compact engagement-scope block for pentest turns. */ export declare function scopeContextMessage(scope: EngagementScope | undefined): string | undefined; export declare function outOfScopeToolMessage(input: { target: string; reason: string; allowed?: readonly string[] | undefined; }): string;