import { BaseTypedef } from '../base.typedef'; export declare class Subscription extends BaseTypedef { email: string; isActive: boolean; name: string; avatar: string; } export declare class SubscriptionDetail extends Subscription { } declare const SubscriptionListReponse_base: any; export declare class SubscriptionListReponse extends SubscriptionListReponse_base { } export {}; //# sourceMappingURL=subscription.typedef.d.ts.map