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