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