import type { RevealApi } from 'reveal.js'; export declare function setPresentation(reveal: RevealApi): void; export declare function getPresentation(): { readonly slides: RevealApi | undefined; };