declare class IAppUpdateChangelogMst {
    _id?: string;
    appchg_version_id_appver?: string;
    appchg_category_id_sygms?: string;
    appchg_title?: string;
    appchg_description?: string;
    appchg_bug_id?: string;
    appchg_affected_modules?: string[];
    appchg_priority_id_sygms?: string;
    appchg_tags?: string[];
    appchg_created_by_id_auth?: string;
    appchg_created_at?: Date;
}
export { IAppUpdateChangelogMst };
