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