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