/**
 * AskNews API
 * AskNews API [![status](https://status.asknews.app/api/badge/2/status?style=for-the-badge)](https://status.asknews.app/status/prod)
 *
 * The version of the OpenAPI document: 0.24.66
 * Contact: contact@emergentmethods.ai
 *
 * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
 * https://openapi-generator.tech
 * Do not edit the class manually.
 */
import type { AnthropicInputJsonDelta } from './AnthropicInputJsonDelta';
import type { AnthropicTextDelta } from './AnthropicTextDelta';
import type { AnthropicThinkingDelta } from './AnthropicThinkingDelta';
/**
 * @type Delta1
 *
 * @export
 */
export type Delta1 = AnthropicInputJsonDelta | AnthropicTextDelta | AnthropicThinkingDelta;
export declare function Delta1FromJSON(json: any): Delta1;
export declare function Delta1FromJSONTyped(json: any, ignoreDiscriminator: boolean): Delta1;
export declare function Delta1ToJSON(json: any): any;
export declare function Delta1ToJSONTyped(value?: Delta1 | null, ignoreDiscriminator?: boolean): any;
