import { QueryClient, QueryFunctionContext, QueryKey } from "@tanstack/react-query"; import { GustoEmbeddedCore } from "../core.js"; import { RequestOptions } from "../lib/sdks.js"; import { GetV1PaymentReceiptsPayrollsPayrollUuidHeaderXGustoAPIVersion, GetV1PaymentReceiptsPayrollsPayrollUuidRequest, GetV1PaymentReceiptsPayrollsPayrollUuidResponse } from "../models/operations/getv1paymentreceiptspayrollspayrolluuid.js"; export type PayrollsGetReceiptQueryData = GetV1PaymentReceiptsPayrollsPayrollUuidResponse; export declare function prefetchPayrollsGetReceipt(queryClient: QueryClient, client$: GustoEmbeddedCore, request: GetV1PaymentReceiptsPayrollsPayrollUuidRequest, options?: RequestOptions): Promise; export declare function buildPayrollsGetReceiptQuery(client$: GustoEmbeddedCore, request: GetV1PaymentReceiptsPayrollsPayrollUuidRequest, options?: RequestOptions): { queryKey: QueryKey; queryFn: (context: QueryFunctionContext) => Promise; }; export declare function queryKeyPayrollsGetReceipt(payrollUuid: string, parameters: { xGustoAPIVersion?: GetV1PaymentReceiptsPayrollsPayrollUuidHeaderXGustoAPIVersion | undefined; }): QueryKey; //# sourceMappingURL=payrollsGetReceipt.core.d.ts.map