import { PluginPackage } from '@embedpdf/core'; import { ExportPlugin } from './export-plugin'; import { ExportPluginConfig } from './types'; export declare const ExportPluginPackage: PluginPackage; export * from './export-plugin'; export * from './types'; export * from './manifest';