import { PluginManifest } from '@embedpdf/core'; import { RotatePluginConfig } from './types'; export declare const ROTATE_PLUGIN_ID = "rotate"; export declare const manifest: PluginManifest;