import { z } from 'zod'; export declare const schema: { category: z.ZodOptional; }; export declare function handleListComponents(params: { category?: string; }): Promise<{}>; //# sourceMappingURL=list-components.d.ts.map