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