/**
 * 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.
 */
/**
 * No image server for this datasource
 * @export
 * @interface GetAlliancesAllianceIdIconsNotFound
 */
export interface GetAlliancesAllianceIdIconsNotFound {
    /**
     * error message
     * @type {string}
     * @memberof GetAlliancesAllianceIdIconsNotFound
     */
    error?: string;
}
/**
 * Check if a given object implements the GetAlliancesAllianceIdIconsNotFound interface.
 */
export declare function instanceOfGetAlliancesAllianceIdIconsNotFound(value: object): value is GetAlliancesAllianceIdIconsNotFound;
export declare function GetAlliancesAllianceIdIconsNotFoundFromJSON(json: any): GetAlliancesAllianceIdIconsNotFound;
export declare function GetAlliancesAllianceIdIconsNotFoundFromJSONTyped(json: any, ignoreDiscriminator: boolean): GetAlliancesAllianceIdIconsNotFound;
export declare function GetAlliancesAllianceIdIconsNotFoundToJSON(json: any): GetAlliancesAllianceIdIconsNotFound;
export declare function GetAlliancesAllianceIdIconsNotFoundToJSONTyped(value?: GetAlliancesAllianceIdIconsNotFound | null, ignoreDiscriminator?: boolean): any;
//# sourceMappingURL=GetAlliancesAllianceIdIconsNotFound.d.ts.map