import type { Tool } from '../../types/tools.js'; export declare function createWorklistTool(options?: { readonly surfaceRoot?: string; }): Tool; export declare const worklistTool: Tool; //# sourceMappingURL=index.d.ts.map