import { z } from "zod"; export declare const description = "\u542F\u52A8\u5E38\u9A7B\u7BA1\u7406\u670D\u52A1\uFF08serve \u522B\u540D\uFF09"; export declare const isDefault = true; export declare const options: z.ZodObject<{ dataDir: z.ZodOptional; host: z.ZodOptional; port: z.ZodOptional; }, z.core.$strip>; declare function RunCommand({ options: input }: { options: z.infer; }): import("react").JSX.Element; declare namespace RunCommand { var useShell: boolean; } export default RunCommand; //# sourceMappingURL=run.d.ts.map