import { PluginManifest } from '@embedpdf/core'; import { SearchPluginConfig } from './types'; export declare const SEARCH_PLUGIN_ID = "search"; export declare const manifest: PluginManifest;