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