import { BaseModel } from './util'; import { TournamentTeamUser } from './tournament-team-user'; import { Team } from './team'; import { TeamUser } from './team-user'; import { User } from './user'; import { TournamentTeam } from './tournament-team'; import { BaseStatistic, WinLoseType } from './base-statistic'; import { LeaguePlayer } from './league-player'; export declare class WaterpoloStatistic extends BaseModel implements BaseStatistic { leaguePlayer: LeaguePlayer; tournamentTeamUser: TournamentTeamUser; team: Team; teamUser: TeamUser; user: User; tournamentTeam: TournamentTeam; month: Date; winLose: WinLoseType; gamesCount: number; wonGamesCount: number; loseGamesCount: number; teamScoreSum: number; teamMissedSum: number; tournamentPoints: number; points: number; ppShotMisses: number; ppShotsOnGoal: number; ppShotsBlocked: number; evShotMisses: number; evShotsOnGoal: number; evShotsBlocked: number; shShotMisses: number; shShotsOnGoal: number; shShotsBlocked: number; ppTotalShotsOnGoal: number; evTotalShotsOnGoal: number; shTotalShotsOnGoal: number; ppGoals: number; evGoals: number; shGoals: number; ppCounterAttackGoals: number; ppCounterAttackOnGoals: number; ppCounterAttackMisses: number; ppCounterAttackShotsBlocked: number; evCounterAttackGoals: number; evCounterAttackOnGoals: number; evCounterAttackMisses: number; evCounterAttackShotsBlocked: number; shCounterAttackGoals: number; shCounterAttackOnGoals: number; shCounterAttackMisses: number; shCounterAttackShotsBlocked: number; ppManeuverGoals: number; ppManeuverOnGoals: number; ppManeuverMisses: number; ppManeuverShotsBlocked: number; evManeuverGoals: number; evManeuverOnGoals: number; evManeuverMisses: number; evManeuverShotsBlocked: number; shManeuverGoals: number; shManeuverOnGoals: number; shManeuverMisses: number; shManeuverShotsBlocked: number; ppCenterForwardGoals: number; ppCenterForwardOnGoals: number; ppCenterForwardMisses: number; ppCenterForwardShotsBlocked: number; evCenterForwardGoals: number; evCenterForwardOnGoals: number; evCenterForwardMisses: number; evCenterForwardShotsBlocked: number; shCenterForwardGoals: number; shCenterForwardOnGoals: number; shCenterForwardMisses: number; shCenterForwardShotsBlocked: number; ppAssists: number; evAssists: number; shAssists: number; shootoutAttempts: number; shootoutGoals: number; afterGameShootoutAttempts: number; afterGameShootoutGoals: number; blockShots: number; faceOffLosses: number; faceOffWins: number; ppSaves: number; shSaves: number; evSaves: number; ppCounterAttackSaves: number; shCounterAttackSaves: number; evCounterAttackSaves: number; ppManeuverSaves: number; shManeuverSaves: number; evManeuverSaves: number; ppCenterForwardSaves: number; shCenterForwardSaves: number; evCenterForwardSaves: number; ppFreeKickSaves: number; shFreeKickSaves: number; evFreeKickSaves: number; ppCornerSaves: number; shCornerSaves: number; evCornerSaves: number; ppTotalGameSaves: number; shTotalGameSaves: number; evTotalGameSaves: number; shootoutSaves: number; afterGameShootoutSaves: number; ppGoalsAgainst: number; shGoalsAgainst: number; evGoalsAgainst: number; goalsAgainst: number; ppCounterAttackGoalsAgainst: number; shCounterAttackGoalsAgainst: number; evCounterAttackGoalsAgainst: number; counterAttackGoalsAgainst: number; ppManeuverGoalsAgainst: number; shManeuverGoalsAgainst: number; evManeuverGoalsAgainst: number; maneuverGoalsAgainst: number; ppCenterForwardGoalsAgainst: number; shCenterForwardGoalsAgainst: number; evCenterForwardGoalsAgainst: number; centerForwardGoalsAgainst: number; ppFreeKickGoalsAgainst: number; shFreeKickGoalsAgainst: number; evFreeKickGoalsAgainst: number; freeKickGoalsAgainst: number; ppCornerGoalsAgainst: number; shCornerGoalsAgainst: number; evCornerGoalsAgainst: number; cornerGoalsAgainst: number; shootoutGoalsAgainst: number; afterGameShootoutGoalsAgainst: number; safetyRate: number; penaltyMinutes: number; gameTime: number; plusMinus: number; fouls: number; minorPenalties: number; majorPenalties: number; matchPenalties: number; penaltyFouls: number; turnovers: number; attackFouls: number; personalFouls: number; drawnFouls: number; drawnTurnovers: number; yellowCards: number; redCards: number; losses: number; steals: number; ppFreeKickGoals: number; ppFreeKickOnGoals: number; ppFreeKickMisses: number; ppFreeKickShotsBlocked: number; shFreeKickGoals: number; shFreeKickOnGoals: number; shFreeKickMisses: number; shFreeKickShotsBlocked: number; evFreeKickGoals: number; evFreeKickOnGoals: number; evFreeKickMisses: number; evFreeKickShotsBlocked: number; freeKickPasses: number; freeKickSelfs: number; ppCornerGoals: number; ppCornerOnGoals: number; ppCornerMisses: number; ppCornerShotsBlocked: number; shCornerGoals: number; shCornerOnGoals: number; shCornerMisses: number; shCornerShotsBlocked: number; evCornerGoals: number; evCornerOnGoals: number; evCornerMisses: number; evCornerShotsBlocked: number; cornerPasses: number; cornerSelfs: number; tackles: number; playerEfficiency: number; defenseSelectPositions: number; savePossessions: number; ppShots: number; shShots: number; evShots: number; ppGoalsPercent: number; shGoalsPercent: number; evGoalsPercent: number; totalPpGoals: number; totalShGoals: number; totalEvGoals: number; goals: number; totalGoals: number; positionAttackGoals: number; positionAttackShotsOnGoal: number; positionAttackShotsMiss: number; positionAttackShots: number; positionAttackGoalsPercent: number; totalCounterAttackGoals: number; counterAttackShotOnGoals: number; counterAttackShotMisses: number; counterAttackShots: number; counterAttackGoalsPercent: number; totalManeuverGoals: number; maneuverShotMisses: number; maneuverShotOnGoals: number; maneuverShots: number; maneuverGoalsPercent: number; totalCenterForwardGoals: number; centerForwardShotOnGoals: number; centerForwardShotMisses: number; centerForwardShots: number; centerForwardGoalsPercent: number; totalFreeKickGoals: number; freeKickShotMisses: number; freeKickOnGoals: number; totalFreeKicks: number; freeKickGoalsPercent: number; totalCornerGoals: number; totalCorners: number; totalInGameGoals: number; inGameShotMisses: number; totalPpShotMisses: number; shotMisses: number; totalPpShotsOnGoal: number; inGameShotsOnGoals: number; shotsOnGoal: number; shotsBlocked: number; shots: number; shotsOnGoalPercent: number; totalShots: number; goalsPercent: number; totalGoalsPercent: number; faceOffs: number; faceOffPercent: number; totalFouls: number; totalPenalties: number; shootoutShots: number; shootoutGoalsPercent: number; ppPerimetrShotGoals: number; ppPerimetrShotOnGoals: number; ppPerimetrShotMisses: number; ppPerimetrShotsBlocked: number; evPerimetrShotGoals: number; evPerimetrShotOnGoals: number; evPerimetrShotMisses: number; evPerimetrShotsBlocked: number; shPerimetrShotGoals: number; shPerimetrShotOnGoals: number; shPerimetrShotMisses: number; shPerimetrShotsBlocked: number; ppPerimetrShotSaves: number; shPerimetrShotSaves: number; evPerimetrShotSaves: number; ppPerimetrShotGoalsAgainst: number; shPerimetrShotGoalsAgainst: number; evPerimetrShotGoalsAgainst: number; perimetrShotGoalsAgainst: number; totalPerimetrShotGoals: number; perimetrShotsOnGoals: number; perimetrShotsMisses: number; perimetrShots: number; perimetrShotGoalsPercent: number; ppPostShotGoals: number; ppPostShotOnGoals: number; ppPostShotMisses: number; ppPostShotsBlocked: number; evPostShotGoals: number; evPostShotOnGoals: number; evPostShotMisses: number; evPostShotsBlocked: number; shPostShotGoals: number; shPostShotOnGoals: number; shPostShotMisses: number; shPostShotsBlocked: number; ppPostShotSaves: number; shPostShotSaves: number; evPostShotSaves: number; ppPostShotGoalsAgainst: number; shPostShotGoalsAgainst: number; evPostShotGoalsAgainst: number; postShotGoalsAgainst: number; totalPostShotGoals: number; postShotsOnGoals: number; postShotsMisses: number; postShots: number; postShotGoalsPercent: number; ppFastShotGoals: number; ppFastShotOnGoals: number; ppFastShotMisses: number; ppFastShotsBlocked: number; evFastShotGoals: number; evFastShotOnGoals: number; evFastShotMisses: number; evFastShotsBlocked: number; shFastShotGoals: number; shFastShotOnGoals: number; shFastShotMisses: number; shFastShotsBlocked: number; ppFastShotSaves: number; shFastShotSaves: number; evFastShotSaves: number; ppFastShotGoalsAgainst: number; shFastShotGoalsAgainst: number; evFastShotGoalsAgainst: number; fastShotGoalsAgainst: number; totalFastShotGoals: number; fastShotsOnGoals: number; fastShotsMisses: number; fastShots: number; fastShotGoalsPercent: number; positionAttackSaves: number; positionAttackShotsAgainst: number; positionAttackSavesPercent: number; counterAttackSaves: number; counterAttackShotsAgainst: number; counterAttackSavesPercent: number; centerForwardSaves: number; centerForwardShotsAgainst: number; centerForwardSavesPercent: number; maneuverSaves: number; maneuverShotsAgainst: number; maneuverSavesPercent: number; freeKickSaves: number; freeKickShotsAgainst: number; freeKickSavesPercent: number; cornerSaves: number; cornerShotsAgainst: number; cornerSavesPercent: number; inGameSaves: number; saves: number; totalSaves: number; shootoutShotsAgainst: number; shootoutSavesPercent: number; gameShotsAgainst: number; savesPercent: number; totalShotsAgainst: number; totalSavesPercent: number; inGameGoalsAgainst: number; totalGoalsAgainst: number; totalShSaves: number; totalShGoalsAgainst: number; totalShShotsAgainst: number; totalShSavesPercent: number; totalEvSaves: number; totalEvGoalsAgainst: number; totalEvShotsAgainst: number; totalEvSavesPercent: number; perimetrShotSaves: number; perimetrShotsAgainst: number; perimetrShotSavesPercent: number; postShotSaves: number; postShotsAgainst: number; postShotSavesPercent: number; fastShotSaves: number; fastShotsAgainst: number; fastShotSavesPercent: number; newbie: boolean; rank: number; get assists(): number; get goalpass(): number; get userMinutes(): string; get penaltyTime(): string; get gamesWonPercent(): number; get tournamentTeamPoints(): number; static toFront(data: any): any; static toBack(data: any): any; }