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