/**
 * 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 AbcAPIErrorModel62
 */
export interface AbcAPIErrorModel62 {
    /**
     *
     * @type {number}
     * @memberof AbcAPIErrorModel62
     */
    code: number;
    /**
     *
     * @type {string}
     * @memberof AbcAPIErrorModel62
     */
    detail: string;
}
/**
 * Check if a given object implements the AbcAPIErrorModel62 interface.
 */
export declare function instanceOfAbcAPIErrorModel62(value: object): value is AbcAPIErrorModel62;
export declare function AbcAPIErrorModel62FromJSON(json: any): AbcAPIErrorModel62;
export declare function AbcAPIErrorModel62FromJSONTyped(json: any, ignoreDiscriminator: boolean): AbcAPIErrorModel62;
export declare function AbcAPIErrorModel62ToJSON(json: any): AbcAPIErrorModel62;
export declare function AbcAPIErrorModel62ToJSONTyped(value?: AbcAPIErrorModel62 | null, ignoreDiscriminator?: boolean): any;
