/**
 * Backwards compatibility exports for const discriminator fields.
 *
 * These were previously generated by Speakeasy for enum fields but are
 * no longer generated for const fields. We manually export them here
 * to avoid breaking changes for consumers.
 */
export declare const TextChunkType: {
    readonly Text: "text";
};
export declare const ThinkChunkType: {
    readonly Thinking: "thinking";
};
export declare const ImageURLChunkType: {
    readonly ImageUrl: "image_url";
};
export declare const DocumentURLChunkType: {
    readonly DocumentUrl: "document_url";
};
export declare const AudioChunkType: {
    readonly InputAudio: "input_audio";
};
export declare const ReferenceChunkType: {
    readonly Reference: "reference";
};
export declare const ToolFileChunkType: {
    readonly ToolFile: "tool_file";
};
export declare const ToolReferenceChunkType: {
    readonly ToolReference: "tool_reference";
};
export declare const FileURLChunkType: {
    readonly FileUrl: "file_url";
};
export declare const TranscriptionSegmentChunkType: {
    readonly TranscriptionSegment: "transcription_segment";
};
export declare const AssistantMessageRole: {
    readonly Assistant: "assistant";
};
export declare const SystemMessageRole: {
    readonly System: "system";
};
export declare const UserMessageRole: {
    readonly User: "user";
};
export declare const ToolMessageRole: {
    readonly Tool: "tool";
};
export declare const MessageOutputEntryType: {
    readonly MessageOutput: "message.output";
};
export declare const MessageInputEntryType: {
    readonly MessageInput: "message.input";
};
export declare const FunctionResultEntryType: {
    readonly FunctionResult: "function.result";
};
export declare const FunctionCallEntryType: {
    readonly FunctionCall: "function.call";
};
export declare const ToolExecutionEntryType: {
    readonly ToolExecution: "tool.execution";
};
export declare const AgentHandoffEntryType: {
    readonly AgentHandoff: "agent.handoff";
};
export declare const MessageOutputEntryObject: {
    readonly MessageOutput: "message.output";
};
export declare const MessageInputEntryObject: {
    readonly MessageInput: "message.input";
};
export declare const FunctionResultEntryObject: {
    readonly FunctionResult: "function.result";
};
export declare const FunctionCallEntryObject: {
    readonly FunctionCall: "function.call";
};
export declare const ToolExecutionEntryObject: {
    readonly ToolExecution: "tool.execution";
};
export declare const AgentHandoffEntryObject: {
    readonly AgentHandoff: "agent.handoff";
};
export declare const MessageOutputEventType: {
    readonly MessageOutputDelta: "message.output.delta";
};
export declare const MessageOutputEventRole: {
    readonly Assistant: "assistant";
};
export declare const FunctionCallEventType: {
    readonly FunctionCallDelta: "function.call.delta";
};
export declare const ConversationEventType: {
    readonly ConversationEvent: "conversation.event";
};
export declare const ResponseStartedEventType: {
    readonly ResponseStarted: "response.started";
};
export declare const ResponseDoneEventType: {
    readonly ResponseDone: "response.done";
};
export declare const ResponseErrorEventType: {
    readonly ResponseError: "response.error";
};
export declare const ToolExecutionStartedEventType: {
    readonly ToolExecutionStarted: "tool.execution.started";
};
export declare const ToolExecutionDeltaEventType: {
    readonly ToolExecutionDelta: "tool.execution.delta";
};
export declare const ToolExecutionDoneEventType: {
    readonly ToolExecutionDone: "tool.execution.done";
};
export declare const AgentHandoffStartedEventType: {
    readonly AgentHandoffStarted: "agent.handoff.started";
};
export declare const AgentHandoffDoneEventType: {
    readonly AgentHandoffDone: "agent.handoff.done";
};
export declare const StepStartedEventType: {
    readonly StepStarted: "step.started";
};
export declare const StepCompletedEventType: {
    readonly StepCompleted: "step.completed";
};
export declare const StepErrorEventType: {
    readonly StepError: "step.error";
};
export declare const TaskStartedEventType: {
    readonly TaskStarted: "task.started";
};
export declare const TaskCompletedEventType: {
    readonly TaskCompleted: "task.completed";
};
export declare const TaskCanceledEventType: {
    readonly TaskCanceled: "task.canceled";
};
export declare const TaskErrorEventType: {
    readonly TaskError: "task.error";
};
export declare const ReportStartedEventType: {
    readonly ReportStarted: "report.started";
};
export declare const ReportCompletedEventType: {
    readonly ReportCompleted: "report.completed";
};
export declare const ReportErrorEventType: {
    readonly ReportError: "report.error";
};
export declare const AgentObject: {
    readonly Agent: "agent";
};
export declare const AgentConversationObject: {
    readonly AgentConversation: "agent.conversation";
};
export declare const ModelConversationObject: {
    readonly ModelConversation: "model.conversation";
};
export declare const ConversationHistoryObject: {
    readonly ConversationHistory: "conversation.history";
};
export declare const ConversationMessagesObject: {
    readonly ConversationMessages: "conversation.messages";
};
export declare const ConversationResponseObject: {
    readonly ConversationResponse: "conversation.response";
};
export declare const TranscriptionStreamDoneType: {
    readonly TranscriptionDone: "transcription.done";
};
export declare const TranscriptionStreamLanguageType: {
    readonly TranscriptionLanguage: "transcription.language";
};
export declare const TranscriptionStreamSegmentDeltaType: {
    readonly TranscriptionSegment: "transcription.segment";
};
export declare const TranscriptionStreamTextDeltaType: {
    readonly TranscriptionTextDelta: "transcription.text.delta";
};
export declare const ClassifierJobOutObject: {
    readonly Job: "job";
};
export declare const ClassifierJobOutJobType: {
    readonly Classifier: "classifier";
};
export declare const CompletionJobOutObject: {
    readonly Job: "job";
};
export declare const CompletionJobOutJobType: {
    readonly Completion: "completion";
};
export declare const ClassifierDetailedJobOutObject: {
    readonly Job: "job";
};
export declare const ClassifierDetailedJobOutJobType: {
    readonly Classifier: "classifier";
};
export declare const CompletionDetailedJobOutObject: {
    readonly Job: "job";
};
export declare const CompletionDetailedJobOutJobType: {
    readonly Completion: "completion";
};
export declare const JobsOutObject: {
    readonly List: "list";
};
export declare const BatchJobOutObject: {
    readonly Batch: "batch";
};
export declare const BatchJobsOutObject: {
    readonly List: "list";
};
export declare const GithubRepositoryOutType: {
    readonly Github: "github";
};
export declare const GithubRepositoryInType: {
    readonly Github: "github";
};
export declare const WandbIntegrationOutType: {
    readonly Wandb: "wandb";
};
export declare const WandbIntegrationType: {
    readonly Wandb: "wandb";
};
export declare const LegacyJobMetadataOutObject: {
    readonly JobMetadata: "job.metadata";
};
export declare const ClassifierFTModelOutObject: {
    readonly Model: "model";
};
export declare const ClassifierFTModelOutModelType: {
    readonly Classifier: "classifier";
};
export declare const CompletionFTModelOutObject: {
    readonly Model: "model";
};
export declare const ModelType: {
    readonly Completion: "completion";
};
export declare const ArchiveFTModelOutObject: {
    readonly Model: "model";
};
export declare const UnarchiveFTModelOutObject: {
    readonly Model: "model";
};
export declare const FunctionToolType: {
    readonly Function: "function";
};
//# sourceMappingURL=type-constants.d.ts.map