/**
 * 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 Sources1
 */
export interface Sources1 {
}
/**
 * Check if a given object implements the Sources1 interface.
 */
export declare function instanceOfSources1(value: object): boolean;
export declare function Sources1FromJSON(json: any): Sources1;
export declare function Sources1FromJSONTyped(json: any, ignoreDiscriminator: boolean): Sources1;
export declare function Sources1ToJSON(value?: Sources1 | null): any;
