type Props = { subscriptionId: number; catalogId: number; onSuccess: () => void; }; export declare const useThreeDs: ({ subscriptionId, catalogId, onSuccess }: Props) => import("xstate").Interpreter>; export {};