/** * This file was auto-generated by Fern from our API Definition. */ export type PromptTypeEnum = "AI_ASSIST" | "CONSTRAINT_GENERATION"; export declare const PromptTypeEnum: { readonly AiAssist: "AI_ASSIST"; readonly ConstraintGeneration: "CONSTRAINT_GENERATION"; };