/**
 * 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.
 */
/**
 * Which data sources DeepNews should use. Can be a single source or a list. Available sources are: asknews, google, graph, wiki, x, reddit, charts, email, full_text_discovery
 * @export
 * @interface Sources1
 */
export interface Sources1 {
}
/**
 * Check if a given object implements the Sources1 interface.
 */
export declare function instanceOfSources1(value: object): value is Sources1;
export declare function Sources1FromJSON(json: any): Sources1;
export declare function Sources1FromJSONTyped(json: any, ignoreDiscriminator: boolean): Sources1;
export declare function Sources1ToJSON(json: any): Sources1;
export declare function Sources1ToJSONTyped(value?: Sources1 | null, ignoreDiscriminator?: boolean): any;
