/**
 * 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.
 */
/**
 * Summary of victory points gained for the given faction
 * @export
 * @interface GetFwStatsVictoryPoints
 */
export interface GetFwStatsVictoryPoints {
    /**
     * Last week's victory points gained
     * @type {number}
     * @memberof GetFwStatsVictoryPoints
     */
    lastWeek: number;
    /**
     * Total victory points gained since faction warfare began
     * @type {number}
     * @memberof GetFwStatsVictoryPoints
     */
    total: number;
    /**
     * Yesterday's victory points gained
     * @type {number}
     * @memberof GetFwStatsVictoryPoints
     */
    yesterday: number;
}
/**
 * Check if a given object implements the GetFwStatsVictoryPoints interface.
 */
export declare function instanceOfGetFwStatsVictoryPoints(value: object): value is GetFwStatsVictoryPoints;
export declare function GetFwStatsVictoryPointsFromJSON(json: any): GetFwStatsVictoryPoints;
export declare function GetFwStatsVictoryPointsFromJSONTyped(json: any, ignoreDiscriminator: boolean): GetFwStatsVictoryPoints;
export declare function GetFwStatsVictoryPointsToJSON(json: any): GetFwStatsVictoryPoints;
export declare function GetFwStatsVictoryPointsToJSONTyped(value?: GetFwStatsVictoryPoints | null, ignoreDiscriminator?: boolean): any;
//# sourceMappingURL=GetFwStatsVictoryPoints.d.ts.map