import { z } from 'zod'; import type { ServicialoAdapter } from '../../adapter.js'; export declare const docsQuickstartTools: { 'docs.quickstart': { description: string; schema: z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>; handler: (_client: ServicialoAdapter, _args: Record) => Promise<{ steps: ({ step: number; title: string; action: string; note: string; url?: undefined; credentials?: undefined; config?: undefined; result?: undefined; } | { step: number; title: string; action: string; url: string; note?: undefined; credentials?: undefined; config?: undefined; result?: undefined; } | { step: number; title: string; action: string; credentials: string[]; note?: undefined; url?: undefined; config?: undefined; result?: undefined; } | { step: number; title: string; config: { mcpServers: { servicialo: { command: string; args: string[]; env: { SERVICIALO_API_KEY: string; SERVICIALO_ORG_ID: string; }; }; }; }; action?: undefined; note?: undefined; url?: undefined; credentials?: undefined; result?: undefined; } | { step: number; title: string; action: string; result: string; note?: undefined; url?: undefined; credentials?: undefined; config?: undefined; })[]; tools: { public: { name: string; description: string; }[]; authenticated: { name: string; description: string; }[]; }; links: { network: string; signup: string; npm: string; spec: string; }; }>; }; }; //# sourceMappingURL=docs-quickstart.d.ts.map