/**
 * 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.
 */
/**
 * Colony not found
 * @export
 * @interface GetCharactersCharacterIdPlanetsPlanetIdNotFound
 */
export interface GetCharactersCharacterIdPlanetsPlanetIdNotFound {
    /**
     * error message
     * @type {string}
     * @memberof GetCharactersCharacterIdPlanetsPlanetIdNotFound
     */
    error?: string;
}
/**
 * Check if a given object implements the GetCharactersCharacterIdPlanetsPlanetIdNotFound interface.
 */
export declare function instanceOfGetCharactersCharacterIdPlanetsPlanetIdNotFound(value: object): value is GetCharactersCharacterIdPlanetsPlanetIdNotFound;
export declare function GetCharactersCharacterIdPlanetsPlanetIdNotFoundFromJSON(json: any): GetCharactersCharacterIdPlanetsPlanetIdNotFound;
export declare function GetCharactersCharacterIdPlanetsPlanetIdNotFoundFromJSONTyped(json: any, ignoreDiscriminator: boolean): GetCharactersCharacterIdPlanetsPlanetIdNotFound;
export declare function GetCharactersCharacterIdPlanetsPlanetIdNotFoundToJSON(json: any): GetCharactersCharacterIdPlanetsPlanetIdNotFound;
export declare function GetCharactersCharacterIdPlanetsPlanetIdNotFoundToJSONTyped(value?: GetCharactersCharacterIdPlanetsPlanetIdNotFound | null, ignoreDiscriminator?: boolean): any;
//# sourceMappingURL=GetCharactersCharacterIdPlanetsPlanetIdNotFound.d.ts.map