import { VerificationStore } from '../types/types';

export declare const getStore: () => VerificationStore;
export declare const resetStore: () => {
    type: "RESET_STATE";
};
export declare const refreshStore: () => void;
