import { QueryClient, QueryFunctionContext, QueryKey } from "@tanstack/react-query"; import { GustoEmbeddedCore } from "../core.js"; import { RequestOptions } from "../lib/sdks.js"; import { GetV1EmployeesEmployeeIdJobsHeaderXGustoAPIVersion, GetV1EmployeesEmployeeIdJobsQueryParamInclude, GetV1EmployeesEmployeeIdJobsRequest, GetV1EmployeesEmployeeIdJobsResponse } from "../models/operations/getv1employeesemployeeidjobs.js"; export type JobsAndCompensationsGetJobsQueryData = GetV1EmployeesEmployeeIdJobsResponse; export declare function prefetchJobsAndCompensationsGetJobs(queryClient: QueryClient, client$: GustoEmbeddedCore, request: GetV1EmployeesEmployeeIdJobsRequest, options?: RequestOptions): Promise; export declare function buildJobsAndCompensationsGetJobsQuery(client$: GustoEmbeddedCore, request: GetV1EmployeesEmployeeIdJobsRequest, options?: RequestOptions): { queryKey: QueryKey; queryFn: (context: QueryFunctionContext) => Promise; }; export declare function queryKeyJobsAndCompensationsGetJobs(employeeId: string, parameters: { page?: number | undefined; per?: number | undefined; include?: GetV1EmployeesEmployeeIdJobsQueryParamInclude | undefined; xGustoAPIVersion?: GetV1EmployeesEmployeeIdJobsHeaderXGustoAPIVersion | undefined; }): QueryKey; //# sourceMappingURL=jobsAndCompensationsGetJobs.core.d.ts.map