export declare const ChannelStatus: { readonly Active: "ACTIVE"; readonly Inactive: "INACTIVE"; }; export type ChannelStatus = (typeof ChannelStatus)[keyof typeof ChannelStatus];