import { BotContext } from '@/types'; export declare const setPaymentInProgressInStorage: (state: { sessionId: string; typebot: BotContext['typebot']; }) => void; export declare const getPaymentInProgressInStorage: () => string | null; export declare const removePaymentInProgressFromStorage: () => void; //# sourceMappingURL=paymentInProgressStorage.d.ts.map