export declare function mapsToOpenCodeEditPermission(tool: string): boolean; export declare function keepsOpenCodeAllowedToolWithoutEdit(tool: string): boolean; /** * Convert the common MCP tool spelling into OpenCode's normalized * `_` permission name. Only the provider-facing name changes; * which MCP tools are trusted is decided before reaching this helper. */ export declare function toOpenCodeMcpToolName(tool: string): string | undefined; //# sourceMappingURL=allowedTools.d.ts.map