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