/**
 * 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.
 */
/**
 * destination object
 * @export
 * @interface GetUniverseStargatesStargateIdDestination
 */
export interface GetUniverseStargatesStargateIdDestination {
    /**
     * The stargate this stargate connects to
     * @type {number}
     * @memberof GetUniverseStargatesStargateIdDestination
     */
    stargateId: number;
    /**
     * The solar system this stargate connects to
     * @type {number}
     * @memberof GetUniverseStargatesStargateIdDestination
     */
    systemId: number;
}
/**
 * Check if a given object implements the GetUniverseStargatesStargateIdDestination interface.
 */
export declare function instanceOfGetUniverseStargatesStargateIdDestination(value: object): value is GetUniverseStargatesStargateIdDestination;
export declare function GetUniverseStargatesStargateIdDestinationFromJSON(json: any): GetUniverseStargatesStargateIdDestination;
export declare function GetUniverseStargatesStargateIdDestinationFromJSONTyped(json: any, ignoreDiscriminator: boolean): GetUniverseStargatesStargateIdDestination;
export declare function GetUniverseStargatesStargateIdDestinationToJSON(json: any): GetUniverseStargatesStargateIdDestination;
export declare function GetUniverseStargatesStargateIdDestinationToJSONTyped(value?: GetUniverseStargatesStargateIdDestination | null, ignoreDiscriminator?: boolean): any;
//# sourceMappingURL=GetUniverseStargatesStargateIdDestination.d.ts.map