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