import type { OptionSchema, TextGenerationOptions } from "../../lib/types/index.js"; /** * Master schema for all text generation options. * This object provides metadata for validation and help text in the CLI loop. * It is derived from the main TextGenerationOptions interface to ensure consistency. */ export declare const textGenerationOptionsSchema: Record, OptionSchema>;