import type { ToolCall } from "../types.js"; import { classifyInteractiveInput, classifyShellCommand } from "./shell-classification.js"; export { classifyToolCall } from "./tool-classification.js"; export { classifyInteractiveInput, classifyShellCommand }; export type { ClassifyOptions, InteractiveInputPolicyContext, RiskDecision } from "./shell-classification.js"; export declare function isPrivateIpv4(value: string): boolean; export declare function isPentestToolCall(call: ToolCall): boolean; export declare function scopeTargetForToolCall(call: ToolCall): string | undefined; export declare function scopeHint(target: string | undefined): string;