import { z } from 'zod'; export declare const listTabsTool: { name: string; description: string; inputSchema: z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>; }; //# sourceMappingURL=tabs.d.ts.map