import { z } from 'zod'; import type { ServicialoAdapter } from '../../adapter.js'; export declare const entenderTools: { 'service.get': { description: string; schema: z.ZodObject<{ service_id: z.ZodString; }, "strip", z.ZodTypeAny, { service_id: string; }, { service_id: string; }>; handler: (client: ServicialoAdapter, args: { service_id: string; }) => Promise; }; 'contract.get': { description: string; schema: z.ZodObject<{ service_id: z.ZodString; org_id: z.ZodString; }, "strip", z.ZodTypeAny, { service_id: string; org_id: string; }, { service_id: string; org_id: string; }>; handler: (client: ServicialoAdapter, args: { service_id: string; org_id: string; }) => Promise; }; }; //# sourceMappingURL=entender.d.ts.map