/**
 * 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.
 */
/**
 *
 * @export
 * @interface AbcAPIErrorModel40
 */
export interface AbcAPIErrorModel40 {
    /**
     *
     * @type {number}
     * @memberof AbcAPIErrorModel40
     */
    code: number;
    /**
     *
     * @type {string}
     * @memberof AbcAPIErrorModel40
     */
    detail: string;
}
/**
 * Check if a given object implements the AbcAPIErrorModel40 interface.
 */
export declare function instanceOfAbcAPIErrorModel40(value: object): value is AbcAPIErrorModel40;
export declare function AbcAPIErrorModel40FromJSON(json: any): AbcAPIErrorModel40;
export declare function AbcAPIErrorModel40FromJSONTyped(json: any, ignoreDiscriminator: boolean): AbcAPIErrorModel40;
export declare function AbcAPIErrorModel40ToJSON(json: any): AbcAPIErrorModel40;
export declare function AbcAPIErrorModel40ToJSONTyped(value?: AbcAPIErrorModel40 | null, ignoreDiscriminator?: boolean): any;
