/**
 * 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.
 */
/**
 * Type of reporting voice to filer by.
 * @export
 * @interface ReportingVoice
 */
export interface ReportingVoice {
}
/**
 * Check if a given object implements the ReportingVoice interface.
 */
export declare function instanceOfReportingVoice(value: object): boolean;
export declare function ReportingVoiceFromJSON(json: any): ReportingVoice;
export declare function ReportingVoiceFromJSONTyped(json: any, ignoreDiscriminator: boolean): ReportingVoice;
export declare function ReportingVoiceToJSON(value?: ReportingVoice | null): any;
