/**
 * 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.
 */
/**
 * Not found
 * @export
 * @interface GetUniverseRegionsRegionIdNotFound
 */
export interface GetUniverseRegionsRegionIdNotFound {
    /**
     * Not found message
     * @type {string}
     * @memberof GetUniverseRegionsRegionIdNotFound
     */
    error?: string;
}
/**
 * Check if a given object implements the GetUniverseRegionsRegionIdNotFound interface.
 */
export declare function instanceOfGetUniverseRegionsRegionIdNotFound(value: object): value is GetUniverseRegionsRegionIdNotFound;
export declare function GetUniverseRegionsRegionIdNotFoundFromJSON(json: any): GetUniverseRegionsRegionIdNotFound;
export declare function GetUniverseRegionsRegionIdNotFoundFromJSONTyped(json: any, ignoreDiscriminator: boolean): GetUniverseRegionsRegionIdNotFound;
export declare function GetUniverseRegionsRegionIdNotFoundToJSON(json: any): GetUniverseRegionsRegionIdNotFound;
export declare function GetUniverseRegionsRegionIdNotFoundToJSONTyped(value?: GetUniverseRegionsRegionIdNotFound | null, ignoreDiscriminator?: boolean): any;
//# sourceMappingURL=GetUniverseRegionsRegionIdNotFound.d.ts.map