/** * @type {string} the projection code. * @type {import('gmf/options').Projection} the projection settings. * @returns {import('ol/proj/Projection').default} the registered projection. */ export function createProjection(code: any, projection: any): import("ol/proj/Projection").default; /** @type {import('gmf/options').gmfProjectionsOptions} */ export default function createProjections(projections: any): void;