/**
 * 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 AbcAPIErrorModel44
 */
export interface AbcAPIErrorModel44 {
    /**
     *
     * @type {number}
     * @memberof AbcAPIErrorModel44
     */
    code: number;
    /**
     *
     * @type {string}
     * @memberof AbcAPIErrorModel44
     */
    detail: string;
}
/**
 * Check if a given object implements the AbcAPIErrorModel44 interface.
 */
export declare function instanceOfAbcAPIErrorModel44(value: object): boolean;
export declare function AbcAPIErrorModel44FromJSON(json: any): AbcAPIErrorModel44;
export declare function AbcAPIErrorModel44FromJSONTyped(json: any, ignoreDiscriminator: boolean): AbcAPIErrorModel44;
export declare function AbcAPIErrorModel44ToJSON(value?: AbcAPIErrorModel44 | null): any;
