/**
 * AskNews API
 * AskNews API [![status](https://status.asknews.app/api/badge/2/status?style=for-the-badge)](https://status.asknews.app/status/prod)
 *
 * The version of the OpenAPI document: 0.24.66
 * 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.
 */
/**
 * Configuration for generating a written report when the alert triggers. If report is a list, the individual reports will be concatenated into one report in the order they are defined. If not specified, no report is generated. Use ReportRequest(identifier='deepnews', ...) for DeepNews reports.Use ReportRequest(...) or ReportRequest(identifier='legacy', ...) for legacy reports (DEPRECATED). Requests without identifier default to 'deepnews'. Only DeepNews reports can be used in list.
 * @export
 * @interface Report1
 */
export interface Report1 {
}
/**
 * Check if a given object implements the Report1 interface.
 */
export declare function instanceOfReport1(value: object): value is Report1;
export declare function Report1FromJSON(json: any): Report1;
export declare function Report1FromJSONTyped(json: any, ignoreDiscriminator: boolean): Report1;
export declare function Report1ToJSON(json: any): Report1;
export declare function Report1ToJSONTyped(value?: Report1 | null, ignoreDiscriminator?: boolean): any;
