import type { ReadonlyTransaction } from '@atlaskit/editor-prosemirror/state';
import type { DatePluginMeta, DatePluginState } from './types';
export declare function reducer(pluginState: DatePluginState, meta: DatePluginMeta): DatePluginState;
export declare function mapping(tr: ReadonlyTransaction, pluginState: DatePluginState): DatePluginState;
export declare function onSelectionChanged(tr: ReadonlyTransaction, pluginState: DatePluginState): DatePluginState;
