import { type InlineItem } from "./inline-image.js"; import type { ContainerView, RenderNodes } from "../../renderer.js"; export declare function reserveSentinels(full: string): { display: string; items: InlineItem[]; }; export declare function footerContainer(hasContentAbove: () => boolean): ContainerView; export declare function createNodes(opts?: { imageScale?: number; }): RenderNodes;