import { BaseTypedef } from '../base.typedef'; export declare class NotificationChannelSetting extends BaseTypedef { channel: string; turnOn: number; userId: string; } export declare class NotificationChannelSettingDetail extends NotificationChannelSetting { } declare const NotificationChannelSettingListReponse_base: any; export declare class NotificationChannelSettingListReponse extends NotificationChannelSettingListReponse_base { } export {}; //# sourceMappingURL=notification-channel-setting.typedef.d.ts.map