import { QueryClient, QueryFunctionContext, QueryKey } from "@tanstack/react-query"; import { GustoEmbeddedCore } from "../core.js"; import { RequestOptions } from "../lib/sdks.js"; import { GetV1TimeOffRequestsTimeOffRequestUuidHeaderXGustoAPIVersion, GetV1TimeOffRequestsTimeOffRequestUuidRequest, GetV1TimeOffRequestsTimeOffRequestUuidResponse } from "../models/operations/getv1timeoffrequeststimeoffrequestuuid.js"; export type TimeOffRequestsGetV1TimeOffRequestsTimeOffRequestUuidQueryData = GetV1TimeOffRequestsTimeOffRequestUuidResponse; export declare function prefetchTimeOffRequestsGetV1TimeOffRequestsTimeOffRequestUuid(queryClient: QueryClient, client$: GustoEmbeddedCore, request: GetV1TimeOffRequestsTimeOffRequestUuidRequest, options?: RequestOptions): Promise; export declare function buildTimeOffRequestsGetV1TimeOffRequestsTimeOffRequestUuidQuery(client$: GustoEmbeddedCore, request: GetV1TimeOffRequestsTimeOffRequestUuidRequest, options?: RequestOptions): { queryKey: QueryKey; queryFn: (context: QueryFunctionContext) => Promise; }; export declare function queryKeyTimeOffRequestsGetV1TimeOffRequestsTimeOffRequestUuid(timeOffRequestUuid: string, parameters: { xGustoAPIVersion?: GetV1TimeOffRequestsTimeOffRequestUuidHeaderXGustoAPIVersion | undefined; }): QueryKey; //# sourceMappingURL=timeOffRequestsGetV1TimeOffRequestsTimeOffRequestUuid.core.d.ts.map