import { BaseTypedef } from '../base.typedef'; export declare class Subscribe extends BaseTypedef { email: string; isActive: boolean; } export declare class SubscribeDetail extends Subscribe { } declare const SubscribeListReponse_base: any; export declare class SubscribeListReponse extends SubscribeListReponse_base { } export {}; //# sourceMappingURL=subscribe.typedef.d.ts.map