import type { FastifyReply } from "fastify"; import type { ExtendedPG } from "../../../types/core.js"; export default function filePreview({ pg, query, }: { pg: ExtendedPG; query: { id?: string; nocache?: any; }; }, reply: FastifyReply): Promise; //# sourceMappingURL=filePreview.d.ts.map