import { QueryClient, QueryFunctionContext, QueryKey } from "@tanstack/react-query"; import { GustoEmbeddedCore } from "../core.js"; import { RequestOptions } from "../lib/sdks.js"; import { GetV1GarnishmentsChildSupportHeaderXGustoAPIVersion, GetV1GarnishmentsChildSupportRequest, GetV1GarnishmentsChildSupportResponse } from "../models/operations/getv1garnishmentschildsupport.js"; export type GarnishmentsGetChildSupportDataQueryData = GetV1GarnishmentsChildSupportResponse; export declare function prefetchGarnishmentsGetChildSupportData(queryClient: QueryClient, client$: GustoEmbeddedCore, request: GetV1GarnishmentsChildSupportRequest, options?: RequestOptions): Promise; export declare function buildGarnishmentsGetChildSupportDataQuery(client$: GustoEmbeddedCore, request: GetV1GarnishmentsChildSupportRequest, options?: RequestOptions): { queryKey: QueryKey; queryFn: (context: QueryFunctionContext) => Promise; }; export declare function queryKeyGarnishmentsGetChildSupportData(parameters: { xGustoAPIVersion?: GetV1GarnishmentsChildSupportHeaderXGustoAPIVersion | undefined; }): QueryKey; //# sourceMappingURL=garnishmentsGetChildSupportData.core.d.ts.map