import { IStore } from "../utils/store"; export declare const fetchSurveysAndTransactions: (store: IStore) => Promise; export declare const getWidgetImages: (store: IStore) => void; export declare const markTransactionAsPaid: (transactionId: string, messageId: string, store: IStore) => Promise;