import type { StyleSpecification } from 'maplibre-gl'; export type StyleMetadataGraphs = Record; export type MapsStyleSpecification = { metadata?: { graphs?: StyleMetadataGraphs; }; } & StyleSpecification;