import { PaymentAttemptQueryResult, UsePaymentAttemptQueryParams } from "./usePaymentAttemptQuery.types.mjs";

//#region src/react/hooks/usePaymentAttemptQuery.d.ts
/**
 * @internal
 */
declare function usePaymentAttemptQuery(params: UsePaymentAttemptQueryParams): PaymentAttemptQueryResult;
//#endregion
export { usePaymentAttemptQuery };