/**
 * 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.
 */
/**
 * blacklist of domains that must be excluded from resultsThis can be a single domain url or a list of domain urls.
 * @export
 * @interface BadDomainUrl
 */
export interface BadDomainUrl {
}
/**
 * Check if a given object implements the BadDomainUrl interface.
 */
export declare function instanceOfBadDomainUrl(value: object): value is BadDomainUrl;
export declare function BadDomainUrlFromJSON(json: any): BadDomainUrl;
export declare function BadDomainUrlFromJSONTyped(json: any, ignoreDiscriminator: boolean): BadDomainUrl;
export declare function BadDomainUrlToJSON(json: any): BadDomainUrl;
export declare function BadDomainUrlToJSONTyped(value?: BadDomainUrl | null, ignoreDiscriminator?: boolean): any;
