import type { Tool } from "@modelcontextprotocol/sdk/types.js"; /** * Library tools — manage the local catalogue of NotebookLM notebooks the * user has registered with this server. The cross-tool ID flow (where * `id` comes from, where it's used) lives in the server-level * `instructions` string. */ export declare const notebookManagementTools: Tool[]; //# sourceMappingURL=notebook-management.d.ts.map