import { z } from "zod"; export declare const description = "\u5C06\u5DF2\u5B89\u88C5\u7684\u65E7\u670D\u52A1\u8FC1\u79FB\u5230\u5E38\u9A7B\u7BA1\u7406\u670D\u52A1\uFF0C\u4FDD\u7559\u5DE5\u4F5C\u533A\u4E0E\u542F\u505C\u72B6\u6001"; export declare const options: z.ZodObject<{ system: z.ZodBoolean; restart: z.ZodDefault; host: z.ZodDefault; port: z.ZodDefault; }, z.core.$strict>; export default function MigrateCommand({ options: input }: { options: z.infer; }): import("react").JSX.Element; //# sourceMappingURL=migrate.d.ts.map