import { MarkdownThemeContext } from '../../../theme/index.js';
import { DeclarationReflection } from 'typedoc';
export declare function enumMembersTable(this: MarkdownThemeContext, model: DeclarationReflection[]): string;
