export declare const messageKey: {
    temp_account_locked: string;
    invalid_credentials: string;
    login_success: string;
    otp_already_send: string;
    password_already_used: string;
    invalid_token: string;
    token_expire: string;
    user_not_found: string;
    profile_retrieve: string;
    user_id_required: string;
    invalid_file_type: string;
    profile_update: string;
    old_password_incorrect: string;
    password_update: string;
    password_set: string;
    password_reset: string;
    logout_success: string;
    password_validation: string;
    field_required: string;
    field_type_array: string;
    saved_success: string;
    email_already_exist: string;
    email_invalid: string;
    validation_error: string;
    exception: string;
    field_type_validation_error: string;
    array_value_type: string;
    otp_sent: string;
    otp_verified: string;
    otp_expired: string;
    password_reset_code: string;
    invalid_otp: string;
    brand_add: string;
    data_not_found: string;
    detail_found: string;
    data_retrieve: string;
    data_add: string;
    data_update: string;
    data_removed: string;
    already_exist: string;
    brand_product_photo_uploaded: string;
    brand_product_photo_removed: string;
    positive_number: string;
    max: string;
    invalid: string;
    stipe_not_connected: string;
    campaign_payment_received: string;
    role_add: string;
    role_is_not_exist: string;
    role_update: string;
    role_delete: string;
    role_already_exist: string;
    something_went_wrong: string;
    invalid_code_length: string;
    cannot_use_old_password: string;
    existing_currency_code: string;
    unauthorized: string;
    inactive_user: string;
    reporting_role_already_exist: string;
    client_contact_required_if_client_selected: string;
    otp_already_sent: string;
    driver_already_has_vehicle: string;
    no_driver_assigned_for_vehicle_type: string;
    active_contract: string;
    plan_already_in_use: string;
    no_invoice_trip_found: string;
    fleet_assigned_to_active_trip: string;
    active_trip_found: string;
    cancel_successfully: string;
    cancel_reason_data_retrieved: string;
    point_trip_type_data_not_found: string;
    customer_not_found: string;
    customer_added: string;
    customer_retrieved: string;
    customer_updated: string;
    customer_treatment_plan_added: string;
    customer_treatment_plan_not_found: string;
    customer_treatment_plan_retrieved: string;
    customer_treatment_plan_updated: string;
    client_not_found: string;
    client_added: string;
    client_retrieved: string;
    client_updated: string;
    client_contact_not_found: string;
    client_contact_added: string;
    client_contact_retrieved: string;
    client_contact_updated: string;
    country_not_found: string;
    country_added: string;
    country_retrieved: string;
    country_updated: string;
    state_not_found: string;
    state_added: string;
    state_retrieved: string;
    state_updated: string;
    city_not_found: string;
    city_added: string;
    city_retrieved: string;
    city_updated: string;
    dispatcher_not_found: string;
    dispatcher_added: string;
    dispatcher_retrieved: string;
    dispatcher_updated: string;
    hospital_not_found: string;
    hospital_added: string;
    hospital_retrieved: string;
    hospital_updated: string;
    rating_not_found: string;
    rating_exist: string;
    rating_added: string;
    rating_retrieved: string;
    rating_updated: string;
    trip_not_found: string;
    trip_added: string;
    trip_retrieved: string;
    trip_updated: string;
    card_pan_number_already_exist: string;
};
