import { z } from 'zod'; import type { ServicialoAdapter } from '../../adapter.js'; export declare const publicServicesTools: { 'services.list': { description: string; schema: z.ZodObject<{ org_slug: z.ZodString; }, "strip", z.ZodTypeAny, { org_slug: string; }, { org_slug: string; }>; handler: (client: ServicialoAdapter, args: { org_slug: string; }) => Promise; }; }; //# sourceMappingURL=services.d.ts.map