import { QueryClient, QueryFunctionContext, QueryKey } from "@tanstack/react-query"; import { GustoEmbeddedCore } from "../core.js"; import { RequestOptions } from "../lib/sdks.js"; import { GetV1EmployeesEmployeeIdCustomFieldsHeaderXGustoAPIVersion, GetV1EmployeesEmployeeIdCustomFieldsRequest, GetV1EmployeesEmployeeIdCustomFieldsResponse } from "../models/operations/getv1employeesemployeeidcustomfields.js"; export type EmployeesGetCustomFieldsQueryData = GetV1EmployeesEmployeeIdCustomFieldsResponse; export declare function prefetchEmployeesGetCustomFields(queryClient: QueryClient, client$: GustoEmbeddedCore, request: GetV1EmployeesEmployeeIdCustomFieldsRequest, options?: RequestOptions): Promise; export declare function buildEmployeesGetCustomFieldsQuery(client$: GustoEmbeddedCore, request: GetV1EmployeesEmployeeIdCustomFieldsRequest, options?: RequestOptions): { queryKey: QueryKey; queryFn: (context: QueryFunctionContext) => Promise; }; export declare function queryKeyEmployeesGetCustomFields(employeeId: string, parameters: { page?: number | undefined; per?: number | undefined; xGustoAPIVersion?: GetV1EmployeesEmployeeIdCustomFieldsHeaderXGustoAPIVersion | undefined; }): QueryKey; //# sourceMappingURL=employeesGetCustomFields.core.d.ts.map