import { ActionContext } from '..'; export declare const setWhatsNewModalVersion: (context: ActionContext, { version }: { version: string; }) => void;