export declare const getPaymentData: (hash: string) => Promise; export declare const handlePaymentSuccess: (orderHash: string) => Promise; export declare const handleFreeSuccess: (orderHash: string) => Promise; export declare const getConfirmationData: (orderHash: string) => Promise; export declare const getConditions: (eventId: string) => Promise;