import * as z from "zod/v3"; export type GetRestApiV1ToolsListRequest = { /** * Optional array of tool names to filter by */ toolNames?: Array | undefined; }; /** @internal */ export type GetRestApiV1ToolsListRequest$Outbound = { toolNames?: Array | undefined; }; /** @internal */ export declare const GetRestApiV1ToolsListRequest$outboundSchema: z.ZodType; export declare function getRestApiV1ToolsListRequestToJSON(getRestApiV1ToolsListRequest: GetRestApiV1ToolsListRequest): string; //# sourceMappingURL=getrestapiv1toolslist.d.ts.map