import { FeatureCollection, Polygon } from "../../../src/types/index.js"; /** Marine Regions EEZ */ export type MR_EEZ_FC = FeatureCollection; export declare const eezColl: MR_EEZ_FC; export declare const getBbox: (name: string) => Promise; export declare const getArea: (name: string) => Promise;