declare function redocHtml(options: {
    title: string;
    specUrl: string;
}): string;
export default redocHtml;
