import { PluginManifest } from '@embedpdf/core'; import { SelectionPluginConfig } from './types'; export declare const SELECTION_PLUGIN_ID = "selection"; export declare const manifest: PluginManifest;