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