import { MarkdownThemeContext } from '../../../theme/index.js';
import { ReflectionFlags } from 'typedoc';
export declare function getReflectionFlags(this: MarkdownThemeContext, reflectionFlags: ReflectionFlags): string;
