/** * Server-safe convenience: returns a Marked-like instance with Markpage's * component parsing extensions applied. * * Note: intentionally does NOT call `new Marked()`; uses the `marked` singleton * to avoid constructor/init-order issues in some SSR bundles (e.g. Amplify * Hosting Compute). */ export declare function newMarked(): any;