import { QueryClient, QueryFunctionContext, QueryKey } from "@tanstack/react-query"; import { GustoEmbeddedCore } from "../core.js"; import { RequestOptions } from "../lib/sdks.js"; import { GetV1EmployeesEmployeeIdBankAccountsHeaderXGustoAPIVersion, GetV1EmployeesEmployeeIdBankAccountsRequest, GetV1EmployeesEmployeeIdBankAccountsResponse } from "../models/operations/getv1employeesemployeeidbankaccounts.js"; export type EmployeePaymentMethodsGetBankAccountsQueryData = GetV1EmployeesEmployeeIdBankAccountsResponse; export declare function prefetchEmployeePaymentMethodsGetBankAccounts(queryClient: QueryClient, client$: GustoEmbeddedCore, request: GetV1EmployeesEmployeeIdBankAccountsRequest, options?: RequestOptions): Promise; export declare function buildEmployeePaymentMethodsGetBankAccountsQuery(client$: GustoEmbeddedCore, request: GetV1EmployeesEmployeeIdBankAccountsRequest, options?: RequestOptions): { queryKey: QueryKey; queryFn: (context: QueryFunctionContext) => Promise; }; export declare function queryKeyEmployeePaymentMethodsGetBankAccounts(employeeId: string, parameters: { xGustoAPIVersion?: GetV1EmployeesEmployeeIdBankAccountsHeaderXGustoAPIVersion | undefined; page?: number | undefined; per?: number | undefined; }): QueryKey; //# sourceMappingURL=employeePaymentMethodsGetBankAccounts.core.d.ts.map