import type { HTMLWrapOptions } from "./types.js"; export interface HTMLShell { prefix: string; suffix: string; } export declare function createHTMLShell(options: HTMLWrapOptions): HTMLShell; export declare function wrapInHTML(content: string, options: HTMLWrapOptions): string; //# sourceMappingURL=html-wrapper.d.ts.map