import type { RenderPayload } from './model.js';
import type { HtmlPreviewMode } from './types.js';
export declare function renderApp(container: HTMLElement, payload?: RenderPayload, htmlMode?: HtmlPreviewMode, expandedState?: boolean): void;
export declare function bootstrapApp(): void;
