import { z } from "zod";
export declare const RulesFileInstallStrategy: z.ZodEnum<["skills"]>;
export type RulesFileInstallStrategy = z.infer<typeof RulesFileInstallStrategy>;
