import type { Static } from '@sinclair/typebox';
import type { Feature } from '../types/feature.js';
import CoT from '../cot.js';
/**
 * Return a GeoJSON Feature from an XML CoT message
 */
export declare function to_geojson(cot: CoT): Promise<Static<typeof Feature>>;
