import type { Plugin } from '@vuepress/core'; import { sakuraOption } from '../types'; export * from '../types'; export declare const sakura: (options?: sakuraOption) => Plugin;