export declare const persistEventFunctionWrapper: <T = object>(pluginName: string, eventName: string, payload: T) => void;
