/**
 * 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.
 */
/**
 * Schematic not found
 * @export
 * @interface GetUniverseSchematicsSchematicIdNotFound
 */
export interface GetUniverseSchematicsSchematicIdNotFound {
    /**
     * error message
     * @type {string}
     * @memberof GetUniverseSchematicsSchematicIdNotFound
     */
    error?: string;
}
/**
 * Check if a given object implements the GetUniverseSchematicsSchematicIdNotFound interface.
 */
export declare function instanceOfGetUniverseSchematicsSchematicIdNotFound(value: object): value is GetUniverseSchematicsSchematicIdNotFound;
export declare function GetUniverseSchematicsSchematicIdNotFoundFromJSON(json: any): GetUniverseSchematicsSchematicIdNotFound;
export declare function GetUniverseSchematicsSchematicIdNotFoundFromJSONTyped(json: any, ignoreDiscriminator: boolean): GetUniverseSchematicsSchematicIdNotFound;
export declare function GetUniverseSchematicsSchematicIdNotFoundToJSON(json: any): GetUniverseSchematicsSchematicIdNotFound;
export declare function GetUniverseSchematicsSchematicIdNotFoundToJSONTyped(value?: GetUniverseSchematicsSchematicIdNotFound | null, ignoreDiscriminator?: boolean): any;
//# sourceMappingURL=GetUniverseSchematicsSchematicIdNotFound.d.ts.map