export declare const HockeyPenaltyTypes: { id: number; code: string; title: string; }[]; export declare const HockeyPenaltyTypesEn: { id: number; code: string; title: string; }[];