import { DeclarationReflection } from 'typedoc';
export declare function getModifier(model: DeclarationReflection): string | null;
