declare const CHANNEL_FIELD_KEY: { ID: string; NAME: string; STATUS: string; START_DATE: string; END_DATE: string; }; export { CHANNEL_FIELD_KEY };