import { Projection } from "ol/proj"; export type ProjectionEnum = "EPSG:4326" | "EPSG:3857" | "EPSG:27700"; export declare const proj27700: Projection | null;