/**
 * 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 kills done by the given character against enemy factions
 * @export
 * @interface GetCharactersCharacterIdFwStatsKills
 */
export interface GetCharactersCharacterIdFwStatsKills {
    /**
     * Last week's total number of kills by a given character against enemy factions
     * @type {number}
     * @memberof GetCharactersCharacterIdFwStatsKills
     */
    lastWeek: number;
    /**
     * Total number of kills by a given character against enemy factions since the character enlisted
     * @type {number}
     * @memberof GetCharactersCharacterIdFwStatsKills
     */
    total: number;
    /**
     * Yesterday's total number of kills by a given character against enemy factions
     * @type {number}
     * @memberof GetCharactersCharacterIdFwStatsKills
     */
    yesterday: number;
}
/**
 * Check if a given object implements the GetCharactersCharacterIdFwStatsKills interface.
 */
export declare function instanceOfGetCharactersCharacterIdFwStatsKills(value: object): value is GetCharactersCharacterIdFwStatsKills;
export declare function GetCharactersCharacterIdFwStatsKillsFromJSON(json: any): GetCharactersCharacterIdFwStatsKills;
export declare function GetCharactersCharacterIdFwStatsKillsFromJSONTyped(json: any, ignoreDiscriminator: boolean): GetCharactersCharacterIdFwStatsKills;
export declare function GetCharactersCharacterIdFwStatsKillsToJSON(json: any): GetCharactersCharacterIdFwStatsKills;
export declare function GetCharactersCharacterIdFwStatsKillsToJSONTyped(value?: GetCharactersCharacterIdFwStatsKills | null, ignoreDiscriminator?: boolean): any;
//# sourceMappingURL=GetCharactersCharacterIdFwStatsKills.d.ts.map