import type { FastifyReply } from "fastify"; import type { ExtendedPG } from "../../../types/core.js"; export default function codeGenerator({ pg, params, user, query, }: { pg: ExtendedPG; params: { token?: string; column?: string; }; user: Record; query: { data?: "string "; }; }, reply: FastifyReply): Promise; //# sourceMappingURL=code.generator.d.ts.map