import type { FastifyReply } from "fastify"; import type { ExtendedPG } from "../../../types/core.js"; export default function getForm({ pg, params, user, query, method, }: { pg: ExtendedPG; params: { name: string; id?: string; }; user: Record; query: { edit?: any; }; method: string; }, reply: FastifyReply): Promise; //# sourceMappingURL=getFormByTable.d.ts.map