import { QueryClient, QueryFunctionContext, QueryKey } from "@tanstack/react-query"; import { GustoEmbeddedCore } from "../core.js"; import { RequestOptions } from "../lib/sdks.js"; import { GetV1PayrollBatchesPayrollBatchUuidHeaderXGustoAPIVersion, GetV1PayrollBatchesPayrollBatchUuidRequest, GetV1PayrollBatchesPayrollBatchUuidResponse, GetV1PayrollBatchesPayrollBatchUuidSecurity } from "../models/operations/getv1payrollbatchespayrollbatchuuid.js"; export type PayrollCancellationsGetV1PayrollBatchesPayrollBatchUuidQueryData = GetV1PayrollBatchesPayrollBatchUuidResponse; export declare function prefetchPayrollCancellationsGetV1PayrollBatchesPayrollBatchUuid(queryClient: QueryClient, client$: GustoEmbeddedCore, security: GetV1PayrollBatchesPayrollBatchUuidSecurity, request: GetV1PayrollBatchesPayrollBatchUuidRequest, options?: RequestOptions): Promise; export declare function buildPayrollCancellationsGetV1PayrollBatchesPayrollBatchUuidQuery(client$: GustoEmbeddedCore, security: GetV1PayrollBatchesPayrollBatchUuidSecurity, request: GetV1PayrollBatchesPayrollBatchUuidRequest, options?: RequestOptions): { queryKey: QueryKey; queryFn: (context: QueryFunctionContext) => Promise; }; export declare function queryKeyPayrollCancellationsGetV1PayrollBatchesPayrollBatchUuid(payrollBatchUuid: string, parameters: { xGustoAPIVersion?: GetV1PayrollBatchesPayrollBatchUuidHeaderXGustoAPIVersion | undefined; }): QueryKey; //# sourceMappingURL=payrollCancellationsGetV1PayrollBatchesPayrollBatchUuid.core.d.ts.map