import { PluginManifest } from '@embedpdf/core'; import { InteractionManagerPluginConfig } from './types'; export declare const INTERACTION_MANAGER_PLUGIN_ID = "interaction-manager"; export declare const manifest: PluginManifest;