/**
 * 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.
 */
/**
 * Forbidden
 * @export
 * @interface GetContractsPublicItemsContractIdForbidden
 */
export interface GetContractsPublicItemsContractIdForbidden {
    /**
     * Forbidden message
     * @type {string}
     * @memberof GetContractsPublicItemsContractIdForbidden
     */
    error?: string;
}
/**
 * Check if a given object implements the GetContractsPublicItemsContractIdForbidden interface.
 */
export declare function instanceOfGetContractsPublicItemsContractIdForbidden(value: object): value is GetContractsPublicItemsContractIdForbidden;
export declare function GetContractsPublicItemsContractIdForbiddenFromJSON(json: any): GetContractsPublicItemsContractIdForbidden;
export declare function GetContractsPublicItemsContractIdForbiddenFromJSONTyped(json: any, ignoreDiscriminator: boolean): GetContractsPublicItemsContractIdForbidden;
export declare function GetContractsPublicItemsContractIdForbiddenToJSON(json: any): GetContractsPublicItemsContractIdForbidden;
export declare function GetContractsPublicItemsContractIdForbiddenToJSONTyped(value?: GetContractsPublicItemsContractIdForbidden | null, ignoreDiscriminator?: boolean): any;
//# sourceMappingURL=GetContractsPublicItemsContractIdForbidden.d.ts.map