import type { RenderSidecarOptions, SidecarSnapshot } from './types.js'; export declare function renderSidecar(snapshot: SidecarSnapshot, options?: RenderSidecarOptions): string; //# sourceMappingURL=render.d.ts.map