import { LngLatBounds, PolygonGeometry } from '@yandex/ymaps3-types'; export declare function boundsToPolygonGeometry(bounds: LngLatBounds): PolygonGeometry;