import { z } from 'zod'; export declare const schema: { componentName: z.ZodString; }; export declare function handleGetComponent(params: { componentName: string; }): Promise<{}>; //# sourceMappingURL=get-component.d.ts.map