import { QueryClient, QueryFunctionContext, QueryKey } from "@tanstack/react-query"; import { GustoEmbeddedCore } from "../core.js"; import { RequestOptions } from "../lib/sdks.js"; import { GetV1EmployeesEmployeeIdEmployeeBenefitsHeaderXGustoAPIVersion, GetV1EmployeesEmployeeIdEmployeeBenefitsQueryParamInclude, GetV1EmployeesEmployeeIdEmployeeBenefitsRequest, GetV1EmployeesEmployeeIdEmployeeBenefitsResponse } from "../models/operations/getv1employeesemployeeidemployeebenefits.js"; export type EmployeeBenefitsGetQueryData = GetV1EmployeesEmployeeIdEmployeeBenefitsResponse; export declare function prefetchEmployeeBenefitsGet(queryClient: QueryClient, client$: GustoEmbeddedCore, request: GetV1EmployeesEmployeeIdEmployeeBenefitsRequest, options?: RequestOptions): Promise; export declare function buildEmployeeBenefitsGetQuery(client$: GustoEmbeddedCore, request: GetV1EmployeesEmployeeIdEmployeeBenefitsRequest, options?: RequestOptions): { queryKey: QueryKey; queryFn: (context: QueryFunctionContext) => Promise; }; export declare function queryKeyEmployeeBenefitsGet(employeeId: string, parameters: { xGustoAPIVersion?: GetV1EmployeesEmployeeIdEmployeeBenefitsHeaderXGustoAPIVersion | undefined; page?: number | undefined; per?: number | undefined; include?: GetV1EmployeesEmployeeIdEmployeeBenefitsQueryParamInclude | undefined; }): QueryKey; //# sourceMappingURL=employeeBenefitsGet.core.d.ts.map