import type { Plugin } from "@vuepress/core"; export declare const getMediumZoomPlugin: (mediumZoom?: boolean) => Plugin | [ ];