export declare const GenerationChunkInputConditionStrength: { readonly Low: "low"; readonly Medium: "medium"; readonly High: "high"; readonly Xhigh: "xhigh"; }; export type GenerationChunkInputConditionStrength = (typeof GenerationChunkInputConditionStrength)[keyof typeof GenerationChunkInputConditionStrength];