declare class IAppRegistrationStartMst {
    _id?: string;
    appstart_reg_id_appreg?: string;
    appstart_start_date?: Date;
    appstart_configuration_data?: Record<string, unknown>;
    appstart_start_status_id_sygms?: string;
    appstart_started_by_id_auth?: string;
    appstart_completed_at?: Date;
    appstart_created_at?: Date;
    appstart_updated_at?: Date;
}
export { IAppRegistrationStartMst };
