import { PromptVersionsAndRules } from "./prompt";
export type CacheEntry = PromptVersionsAndRules;
