/** * Data Table Tool Definitions * * Tools for generating and extracting Data Tables in NotebookLM Studio. */ import type { Tool } from "@modelcontextprotocol/sdk/types.js"; /** * All data table tools */ export declare const dataTableTools: Tool[];