/** * The "Sudo" wrapper for AI tools. */ declare function protect any>(toolName: string, fn: T): (...args: Parameters) => Promise>; export { protect };