import { CreateCompletionResponseChoicesInnerLogprobs } from '../models/CreateCompletionResponseChoicesInnerLogprobs.js'; export declare class CreateCompletionResponseChoicesInner { 'text'?: string; 'index'?: number; 'logprobs'?: CreateCompletionResponseChoicesInnerLogprobs; 'finish_reason'?: string; static readonly discriminator: string | undefined; static readonly attributeTypeMap: Array<{ name: string; baseName: string; type: string; format: string; }>; static getAttributeTypeMap(): { name: string; baseName: string; type: string; format: string; }[]; constructor(); }