type Options = { subscriptionId: number; paymentProfileId: number; catalogId: number; onChangeSuccess: () => void; }; export declare const useChangePaymentProfile: ({ subscriptionId, paymentProfileId, catalogId, onChangeSuccess, }: Options) => import("xstate").Interpreter>; export {};