import { Application } from 'typedoc'; import { MarkdownTheme } from './theme'; export declare function load(app: Application): void; export { MarkdownTheme };