import { Webview } from "../web/webview"; /** Returns the static HTML for the renderer. */ export declare function rendererHtml(webview: Webview, basePath: string): string;