import { QueryClient, QueryFunctionContext, QueryKey } from "@tanstack/react-query"; import { GustoEmbeddedCore } from "../core.js"; import { RequestOptions } from "../lib/sdks.js"; import { GetV1GarnishmentsGarnishmentIdHeaderXGustoAPIVersion, GetV1GarnishmentsGarnishmentIdRequest, GetV1GarnishmentsGarnishmentIdResponse } from "../models/operations/getv1garnishmentsgarnishmentid.js"; export type GarnishmentsGetQueryData = GetV1GarnishmentsGarnishmentIdResponse; export declare function prefetchGarnishmentsGet(queryClient: QueryClient, client$: GustoEmbeddedCore, request: GetV1GarnishmentsGarnishmentIdRequest, options?: RequestOptions): Promise; export declare function buildGarnishmentsGetQuery(client$: GustoEmbeddedCore, request: GetV1GarnishmentsGarnishmentIdRequest, options?: RequestOptions): { queryKey: QueryKey; queryFn: (context: QueryFunctionContext) => Promise; }; export declare function queryKeyGarnishmentsGet(garnishmentId: string, parameters: { xGustoAPIVersion?: GetV1GarnishmentsGarnishmentIdHeaderXGustoAPIVersion | undefined; }): QueryKey; //# sourceMappingURL=garnishmentsGet.core.d.ts.map