import { QueryClient, QueryFunctionContext, QueryKey } from "@tanstack/react-query"; import { GustoEmbeddedCore } from "../core.js"; import { RequestOptions } from "../lib/sdks.js"; import { GetV1TerminationsEmployeeIdHeaderXGustoAPIVersion, GetV1TerminationsEmployeeIdRequest, GetV1TerminationsEmployeeIdResponse } from "../models/operations/getv1terminationsemployeeid.js"; export type EmployeeEmploymentsGetV1TerminationsEmployeeIdQueryData = GetV1TerminationsEmployeeIdResponse; export declare function prefetchEmployeeEmploymentsGetV1TerminationsEmployeeId(queryClient: QueryClient, client$: GustoEmbeddedCore, request: GetV1TerminationsEmployeeIdRequest, options?: RequestOptions): Promise; export declare function buildEmployeeEmploymentsGetV1TerminationsEmployeeIdQuery(client$: GustoEmbeddedCore, request: GetV1TerminationsEmployeeIdRequest, options?: RequestOptions): { queryKey: QueryKey; queryFn: (context: QueryFunctionContext) => Promise; }; export declare function queryKeyEmployeeEmploymentsGetV1TerminationsEmployeeId(employeeId: string, parameters: { xGustoAPIVersion?: GetV1TerminationsEmployeeIdHeaderXGustoAPIVersion | undefined; }): QueryKey; //# sourceMappingURL=employeeEmploymentsGetV1TerminationsEmployeeId.core.d.ts.map