import { PluginManifest } from '@embedpdf/core'; import { ExportPluginConfig } from './types'; export declare const EXPORT_PLUGIN_ID = "export"; export declare const manifest: PluginManifest;