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