/// // Workspace path constants injected by vite.config.ts at build time. // These come from package-owned workspace conventions and package.json config. declare const __OPENPRESS_CONTENT_PATH__: string; declare const __OPENPRESS_MEDIA_PATH__: string; declare const __OPENPRESS_COMPONENTS_PATH__: string; declare const __OPENPRESS_PDF_HREF__: string;