export declare enum DataStore { application = "application", username = "username", userlogin = "userlogin", email = "email", access_token = "access_token", refresh_token = "refresh_token", first_name = "first_name", last_name = "last_name", city = "city", address = "address", zip = "zip", phone_number = "phone_number", country_code = "country_code", title = "title", lat = "lat", lng = "lng", step1_form = "step1_form", step2_form = "step2_form", step3_form = "step3_form", step4_form = "step4_form", step5_form = "step5_form", file_id = "file_id", register_from_steps = "register_from_steps", login_from_steps = "login_from_steps", description = "description", remember_me = "r_m", original_r_m = "original_r_m", mandate_id = "m_id", create_mandate = "create_mandate", mandate_details = "mandate_details", mandate_cancelled_navigation = "mandate_cancelled_navigation", om_nb = "om_nb", ats_code = "ats_code", cont_code = "cont_code", cont_id = "cont_id", cont_prd_id = "cont_prd_id", temp_username = "temp_username", temp_access_token = "temp_access_token", temp_address = "temp_address", temp_first_name = "temp_first_name", temp_last_name = "temp_last_name", temp_city = "temp_city", temp_zip = "temp_zip", temp_phone_number = "temp_phone_number", temp_country_code = "temp_country_code", temp_title = "temp_title", device = "device", symptom = "symptom", symptomComment = "symptomComment", consumer = "consumer", shipping_details = "shipping_details", mandate_id_before_payment = "mandate_id_before_payment", mandate_state = "mandate_state", product = "product", is_out_of_warranty = "is_out_of_warranty" }