import SimpleWebTable from "../class/SimpleWebTable.js"; export default function getGeoData(simpleWebTable: SimpleWebTable, column: string): Promise<{ type: string; features: { type: string; geometry: any; properties: { [key: string]: string | number | boolean | Date | null; }; }[]; }>;