import { z } from "zod"; declare const paramsSchema: z.ZodObject<{}, z.core.$strip>; export type ParamsSchema = z.infer; export declare const ListComponents: Tool; export {}; //# sourceMappingURL=ListComponents.d.ts.map