/**
 * 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 Stop1
 */
export interface Stop1 {
}
/**
 * Check if a given object implements the Stop1 interface.
 */
export declare function instanceOfStop1(value: object): boolean;
export declare function Stop1FromJSON(json: any): Stop1;
export declare function Stop1FromJSONTyped(json: any, ignoreDiscriminator: boolean): Stop1;
export declare function Stop1ToJSON(value?: Stop1 | null): any;
