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