import { QueryClient, QueryFunctionContext, QueryKey } from "@tanstack/react-query"; import { GustoEmbeddedCore } from "../core.js"; import { RequestOptions } from "../lib/sdks.js"; import { GetV1EmployeesEmployeeIdRehireHeaderXGustoAPIVersion, GetV1EmployeesEmployeeIdRehireRequest, GetV1EmployeesEmployeeIdRehireResponse } from "../models/operations/getv1employeesemployeeidrehire.js"; export type EmployeeEmploymentsGetRehireQueryData = GetV1EmployeesEmployeeIdRehireResponse; export declare function prefetchEmployeeEmploymentsGetRehire(queryClient: QueryClient, client$: GustoEmbeddedCore, request: GetV1EmployeesEmployeeIdRehireRequest, options?: RequestOptions): Promise; export declare function buildEmployeeEmploymentsGetRehireQuery(client$: GustoEmbeddedCore, request: GetV1EmployeesEmployeeIdRehireRequest, options?: RequestOptions): { queryKey: QueryKey; queryFn: (context: QueryFunctionContext) => Promise; }; export declare function queryKeyEmployeeEmploymentsGetRehire(employeeId: string, parameters: { xGustoAPIVersion?: GetV1EmployeesEmployeeIdRehireHeaderXGustoAPIVersion | undefined; }): QueryKey; //# sourceMappingURL=employeeEmploymentsGetRehire.core.d.ts.map