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