export declare class Subscription { id: string; subscribed: string; notifyTarget: string; createdAt: string; failure: any; failCount: number; }