export interface DeepSeekResponseFmt { type: "text" | "json_object"; } export declare class DeepSeekResponseFormatBuilder { private typeValue; type(type: "text" | "json_object"): this; build(): DeepSeekResponseFmt; } //# sourceMappingURL=deepseek-responseFormat.builder.d.ts.map