export declare class SubscriptionType { private readonly name; static HITTING: SubscriptionType; static PITCHING: SubscriptionType; static DK_PLUS: SubscriptionType; constructor(name: string); getName(): string; static asArray(): SubscriptionType[]; }