import { type CreateFortePaymentIntentArgs } from '../api/data.js'; interface UseFortePaymentIntentOptions { disabled?: boolean; } export declare const useFortePaymentIntent: (args: CreateFortePaymentIntentArgs, options?: UseFortePaymentIntentOptions) => import("@tanstack/react-query").UseQueryResult; export {}; //# sourceMappingURL=useFortePaymentIntent.d.ts.map