import type { Tool, ToolCall } from '../../../types/tools.js'; import type { ToolRuntimeContext } from '../context.js'; import type { PhaseResult, ToolExecutionRecord } from '../types.js'; export declare function permissionPhase(call: ToolCall, _tool: Tool, context: ToolRuntimeContext, record: ToolExecutionRecord): Promise; //# sourceMappingURL=permission.d.ts.map