import { Projection } from "ol/proj";
export declare const PROJECTION_DB09 = "BD:09";
export declare const getProjBD09: (projCode?: string) => Projection;
