import type { RspressPlugin } from '@rspress/shared'; /** * The plugin is used to add the last updated time to the page. */ export declare function pluginLastUpdated(): RspressPlugin;