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