/**
 * EVE Swagger Interface
 * An OpenAPI for EVE Online
 *
 * The version of the OpenAPI document: 1.33
 *
 *
 * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
 * https://openapi-generator.tech
 * Do not edit the class manually.
 */
/**
 * Error limited model
 * @export
 * @interface ErrorLimited
 */
export interface ErrorLimited {
    /**
     * Error limited message
     * @type {string}
     * @memberof ErrorLimited
     */
    error: string;
}
/**
 * Check if a given object implements the ErrorLimited interface.
 */
export declare function instanceOfErrorLimited(value: object): value is ErrorLimited;
export declare function ErrorLimitedFromJSON(json: any): ErrorLimited;
export declare function ErrorLimitedFromJSONTyped(json: any, ignoreDiscriminator: boolean): ErrorLimited;
export declare function ErrorLimitedToJSON(json: any): ErrorLimited;
export declare function ErrorLimitedToJSONTyped(value?: ErrorLimited | null, ignoreDiscriminator?: boolean): any;
//# sourceMappingURL=ErrorLimited.d.ts.map