import { SubscriptionStatus } from '../enums'; export declare class Subscription { type: number; status: keyof typeof SubscriptionStatus; }