import { QueryClient, QueryFunctionContext, QueryKey } from "@tanstack/react-query"; import { GustoEmbeddedCore } from "../core.js"; import { RequestOptions } from "../lib/sdks.js"; import { GetV1EmployeeBenefitsEmployeeBenefitIdHeaderXGustoAPIVersion, GetV1EmployeeBenefitsEmployeeBenefitIdRequest, GetV1EmployeeBenefitsEmployeeBenefitIdResponse } from "../models/operations/getv1employeebenefitsemployeebenefitid.js"; export type EmployeeBenefitsRetrieveQueryData = GetV1EmployeeBenefitsEmployeeBenefitIdResponse; export declare function prefetchEmployeeBenefitsRetrieve(queryClient: QueryClient, client$: GustoEmbeddedCore, request: GetV1EmployeeBenefitsEmployeeBenefitIdRequest, options?: RequestOptions): Promise; export declare function buildEmployeeBenefitsRetrieveQuery(client$: GustoEmbeddedCore, request: GetV1EmployeeBenefitsEmployeeBenefitIdRequest, options?: RequestOptions): { queryKey: QueryKey; queryFn: (context: QueryFunctionContext) => Promise; }; export declare function queryKeyEmployeeBenefitsRetrieve(employeeBenefitId: string, parameters: { xGustoAPIVersion?: GetV1EmployeeBenefitsEmployeeBenefitIdHeaderXGustoAPIVersion | undefined; }): QueryKey; //# sourceMappingURL=employeeBenefitsRetrieve.core.d.ts.map