/**
 * 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.
 */
/**
 * filter by domain url of interest. This can be a single domain or a list of domains. For example, 'npr.org' or ['nature.com', 'npr.org']
 * @export
 * @interface DomainUrl1
 */
export interface DomainUrl1 {
}
/**
 * Check if a given object implements the DomainUrl1 interface.
 */
export declare function instanceOfDomainUrl1(value: object): value is DomainUrl1;
export declare function DomainUrl1FromJSON(json: any): DomainUrl1;
export declare function DomainUrl1FromJSONTyped(json: any, ignoreDiscriminator: boolean): DomainUrl1;
export declare function DomainUrl1ToJSON(json: any): DomainUrl1;
export declare function DomainUrl1ToJSONTyped(value?: DomainUrl1 | null, ignoreDiscriminator?: boolean): any;
