import { ExportPluginCtor } from '../types';
export declare const plugins: Record<string, ExportPluginCtor | undefined>;
