import { ExtendedPG } from "../../../types/core.js"; export default function getQuery({ pg, data, }: { pg: ExtendedPG; data: Record; }): Promise; //# sourceMappingURL=getQuery.d.ts.map