// Intent codes: I=Informational, N=Navigational, T=Transactional, C=Commercial, L=Local
export const INTENTS = ['I', 'N', 'T', 'C', 'L'];
export const SERP_FEATURE_CODES = [
'featured_snippets',
'local_pack',
'reviews',
'sitelinks',
'video',
'carousel_results',
'top_stories',
'people_also_ask',
'images',
'knowledge_graph',
'knowledge_card',
'tads',
'bads',
'shopping_results',
'twitter',
'amp',
'no',
'hotel_pack',
'research',
'jobs',
'see_results_about',
'flights',
'find_results_on',
'events',
'calculator',
'maps',
'refine_by',
'digital_complaints',
'trip_cards',
'recipes',
'appbar_events',
'sports_app',
'podcasts',
'gmb',
'questions',
'popular_times',
'location',
'destination',
'faq',
'sge',
'videos_block',
'related_searches',
'image_in_block',
'marketplace',
'shopping_results_side',
'shopping_results_top',
'shopping_results_main_block',
'datasets',
'things_to_do',
'places_sites_products',
'buying_guide',
'currency_converter',
'units_converter',
'stocks_block',
'math_solve_block',
'discussions_and_forums',
'sads',
'mads',
];
//# sourceMappingURL=constants.js.map