import { z } from 'zod'; import type { AgentToolProtocolClient } from '../client.js'; import { type Tool } from './types.js'; export declare const fetchAllApisInputSchema: z.ZodObject<{ apiGroups: z.ZodOptional>; }, "strip", z.ZodTypeAny, { apiGroups?: string[] | undefined; }, { apiGroups?: string[] | undefined; }>; type FetchAllApisInput = z.infer; export declare function createFetchAllApisTool(client: AgentToolProtocolClient): Tool; export {}; //# sourceMappingURL=fetch-all-apis.d.ts.map