/**
 * AskNews API
 * AskNews API
 *
 * The version of the OpenAPI document: 0.18.6
 * 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 Choice
 */
export interface Choice {
}
/**
 * Check if a given object implements the Choice interface.
 */
export declare function instanceOfChoice(value: object): boolean;
export declare function ChoiceFromJSON(json: any): Choice;
export declare function ChoiceFromJSONTyped(json: any, ignoreDiscriminator: boolean): Choice;
export declare function ChoiceToJSON(value?: Choice | null): any;
