import { PluginManifest } from '@embedpdf/core'; import { LayoutAnalysisPluginConfig } from './types'; export declare const LAYOUT_ANALYSIS_PLUGIN_ID = "layout-analysis"; export declare const manifest: PluginManifest;