import { MarkdownTheme } from './theme'; export declare const indexTemplate: HandlebarsTemplateDelegate; export declare const reflectionTemplate: HandlebarsTemplateDelegate; export declare const reflectionMemberTemplate: HandlebarsTemplateDelegate; export declare function registerPartials(): void; export declare function registerHelpers(theme: MarkdownTheme): void;