import type { DatePlugin } from './datePluginType';
declare const datePlugin: DatePlugin;
export default datePlugin;
