import { type Client, compileQuery } from "@ponder/client"; import type { QueryKey } from "@tanstack/react-query"; import type { ResolvedSchema } from "./index.js"; export type SQLWrapper = Exclude[0], string>; export declare function getPonderQueryOptions(client: Client, queryFn: (db: Client["db"]) => T): { queryKey: QueryKey; queryFn: () => T; }; //# sourceMappingURL=utils.d.ts.map