/**
 * AskNews API
 * AskNews API
 *
 * The version of the OpenAPI document: 0.9.1
 * 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.
 */
/**
 *
 * @export
 * @interface FinishReason
 */
export interface FinishReason {
}
/**
 * Check if a given object implements the FinishReason interface.
 */
export declare function instanceOfFinishReason(value: object): boolean;
export declare function FinishReasonFromJSON(json: any): FinishReason;
export declare function FinishReasonFromJSONTyped(json: any, ignoreDiscriminator: boolean): FinishReason;
export declare function FinishReasonToJSON(value?: FinishReason | null): any;
