import type * as Genesis from '..'; import { Plugin } from '../plugin'; import { type MF } from './index'; export declare class MFPlugin extends Plugin { mf: MF; constructor(ssr: Genesis.SSR, mf: MF); renderBefore(context: Genesis.RenderContext): void; }