import type { ExtendedPG } from "../../../types/core.js"; import type { FastifyReply } from "fastify"; export default function file2geojson({ pg, body, }: { pg: ExtendedPG; body: Record; }, reply: FastifyReply): Promise; //# sourceMappingURL=file2geojson.d.ts.map