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