import type { GeoJSON } from 'geojson'; import type Slim from '@oada/types/modus/slim/v1/0.js'; export type InputFile = { filename: string; format?: 'generic'; str?: string; arrbuf?: ArrayBuffer; base64?: string; }; export declare function toGeoJson(input: Slim): GeoJSON;