import type { Style } from 'mapbox-gl';
import type { StyleDefinition } from 's2/style/style.spec.js';
/**
 * Convert a Mapbox style to an s2maps style
 * @param _mapboxStyle - The Mapbox style to convert
 * @returns The s2maps style
 */
export declare function convertMapboxStyle(_mapboxStyle: Style): StyleDefinition;
