import type { PluginFunction } from '@vuepress-denaro/core'; import type { MoefyCanvasOptions } from '../shared/index.js'; export declare const moefyCanvasPlugin: (options?: MoefyCanvasOptions) => PluginFunction;