import { z } from "zod"; export declare const description = "\u5217\u51FA\u673A\u5668\u4EBA\u6846\u67B6\u63A5\u5165\u9762\u6216\u751F\u6210\u8FDE\u63A5\u914D\u7F6E"; export declare const options: z.ZodObject<{ framework: z.ZodOptional; register: z.ZodDefault>; account: z.ZodOptional; origin: z.ZodOptional; framework_origin: z.ZodOptional; json: z.ZodBoolean; }, z.core.$strip>; export default function FrameworksCommand({ options: input, }: { options: z.infer; }): import("react").JSX.Element; //# sourceMappingURL=frameworks.d.ts.map