import { QueryClient, QueryFunctionContext, QueryKey } from "@tanstack/react-query"; import { GustoEmbeddedCore } from "../core.js"; import { RequestOptions } from "../lib/sdks.js"; import { GetWireInRequestsWireInRequestUuidHeaderXGustoAPIVersion, GetWireInRequestsWireInRequestUuidRequest, GetWireInRequestsWireInRequestUuidResponse } from "../models/operations/getwireinrequestswireinrequestuuid.js"; export type WireInRequestsGetQueryData = GetWireInRequestsWireInRequestUuidResponse; export declare function prefetchWireInRequestsGet(queryClient: QueryClient, client$: GustoEmbeddedCore, request: GetWireInRequestsWireInRequestUuidRequest, options?: RequestOptions): Promise; export declare function buildWireInRequestsGetQuery(client$: GustoEmbeddedCore, request: GetWireInRequestsWireInRequestUuidRequest, options?: RequestOptions): { queryKey: QueryKey; queryFn: (context: QueryFunctionContext) => Promise; }; export declare function queryKeyWireInRequestsGet(wireInRequestUuid: string, parameters: { xGustoAPIVersion?: GetWireInRequestsWireInRequestUuidHeaderXGustoAPIVersion | undefined; }): QueryKey; //# sourceMappingURL=wireInRequestsGet.core.d.ts.map