import { type Plugin } from "vue"; export declare function useTime(): Date; export declare const DatePlugin: Plugin;