/**
 * Representation of the 'AzureOpenAiChatCompletionChoiceCommon' schema.
 */
export type AzureOpenAiChatCompletionChoiceCommon = {
    index?: number;
    finish_reason?: string;
} & Record<string, any>;
//# sourceMappingURL=chat-completion-choice-common.d.ts.map