/**
 * Shell Card Management APIsLib
 *
 * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ).
 */
import { Schema } from '../schema';
export interface ErrorStatus {
    /** Error Code */
    code?: string;
    /** Error Description */
    description?: string;
}
export declare const errorStatusSchema: Schema<ErrorStatus>;
