/**
 * 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.
 */
/**
 *
 * @export
 * @interface ReportingVoice1
 */
export interface ReportingVoice1 {
}
/**
 * Check if a given object implements the ReportingVoice1 interface.
 */
export declare function instanceOfReportingVoice1(value: object): value is ReportingVoice1;
export declare function ReportingVoice1FromJSON(json: any): ReportingVoice1;
export declare function ReportingVoice1FromJSONTyped(json: any, ignoreDiscriminator: boolean): ReportingVoice1;
export declare function ReportingVoice1ToJSON(json: any): ReportingVoice1;
export declare function ReportingVoice1ToJSONTyped(value?: ReportingVoice1 | null, ignoreDiscriminator?: boolean): any;
