typedoc
Version:
Create api documentation for TypeScript projects.
447 lines (446 loc) • 25.4 kB
text/typescript
declare const _default: {
loaded_multiple_times_0: "TypeDoc 已加载多次。这通常是由具有自己的 TypeDoc 安装的插件引起的。加载的路径为:\n{0}";
unsupported_ts_version_0: "您正在使用不受支持的 TypeScript 版本运行!如果 TypeDoc 崩溃,这就是原因。TypeDoc 支持 {0}";
no_compiler_options_set: string;
loaded_plugin_0: "已加载插件 {0}";
solution_not_supported_in_watch_mode: string;
strategy_not_supported_in_watch_mode: string;
file_0_changed_restarting: "配置文件 {0} 已更改:需要重新启动……";
file_0_changed_rebuilding: "文件 {0} 已更改:正在重新构建输出……";
found_0_errors_and_1_warnings: "发现 {0} 个错误和 {1} 个警告";
output_0_could_not_be_generated: "由于以上错误无法生成 {0} 输出";
output_0_generated_at_1: "已生成 {0} 输出,位于 {1}";
no_entry_points_for_packages: string;
failed_to_find_packages: string;
nested_packages_unsupported_0: "位于 {0} 的项目已将 entryPointStrategy 设置为包,但不支持嵌套包";
package_option_0_should_be_specified_at_root: "由 packageOptions 设置的选项 {0} 仅在根级别有效";
previous_error_occurred_when_reading_options_for_0: "读取 {0} 处的包的选项时发生上一个错误";
converting_project_at_0: "正在转换 {0} 处的项目";
failed_to_convert_packages: string;
merging_converted_projects: string;
no_entry_points_to_merge: string;
entrypoint_did_not_match_files_0: "入口点 glob {0} 与任何文件均不匹配";
failed_to_parse_json_0: "无法将 {0} 处的文件解析为 json";
failed_to_read_0_when_processing_document_tag_in_1: "处理 {1} 中注释的 @document 标签时无法读取文件 {0}";
failed_to_read_0_when_processing_project_document: "添加项目文档时无法读取文件 {0}";
failed_to_read_0_when_processing_document_child_in_1: "处理 {1} 中的文档子项时无法读取文件 {0}";
frontmatter_children_0_should_be_an_array_of_strings_or_object_with_string_values: "{0} 中的 Frontmatter 子项应为字符串数组或具有字符串值的对象";
converting_union_as_interface: string;
converting_0_as_class_requires_value_declaration: "将 {0} 转换为类需要表示非类型值的声明";
converting_0_as_class_without_construct_signatures: "{0} 正在转换为类,但没有任何构造签名";
comment_for_0_should_not_contain_block_or_modifier_tags: "{0} 的注释不应包含任何块级标签或修饰符标签";
symbol_0_has_multiple_declarations_with_comment: "{0} 有多个带注释的声明。将使用任意注释";
comments_for_0_are_declared_at_1: "{0} 的注释声明于:\n{1}";
multiple_type_parameters_on_template_tag_unsupported: string;
failed_to_find_jsdoc_tag_for_name_0: "解析注释后无法找到 {0} 的 JSDoc 标签,请提交错误报告";
relative_path_0_is_not_a_file_and_will_not_be_copied_to_output: "找不到相对路径 {0} 对应的文件,该文件不会被复制至输出目录";
inline_inheritdoc_should_not_appear_in_block_tag_in_comment_at_0: "内联 @inheritDoc 标签不应出现在块级标签内,因为它不会在 {0} 处的注释中被处理。";
at_most_one_remarks_tag_expected_in_comment_at_0: "注释中最多应有一个 @remarks 标签,忽略 {0} 处注释中除第一个标签之外的所有标签";
at_most_one_returns_tag_expected_in_comment_at_0: "注释中最多应有一个 @returns 标签,忽略 {0} 处注释中除第一个标签之外的所有标签";
at_most_one_inheritdoc_tag_expected_in_comment_at_0: "注释中最多应有一个 @inheritDoc 标签,忽略 {0} 处注释中除第一个标签之外的所有标签";
content_in_summary_overwritten_by_inheritdoc_in_comment_at_0: "摘要部分的内容将被 {0} 处注释中的 @inheritDoc 标签覆盖";
content_in_remarks_block_overwritten_by_inheritdoc_in_comment_at_0: "@remarks 块中的内容将被 {0} 处注释中的 @inheritDoc 标签覆盖";
example_tag_literal_name: string;
inheritdoc_tag_properly_capitalized: string;
treating_unrecognized_tag_0_as_modifier: "将无法识别的标签 {0} 视为修饰标签";
unmatched_closing_brace: string;
unescaped_open_brace_without_inline_tag: string;
unknown_block_tag_0: "遇到未知的块级标签 {0}";
unknown_inline_tag_0: "遇到未知的内联标签 {0}";
open_brace_within_inline_tag: string;
inline_tag_not_closed: string;
failed_to_resolve_link_to_0_in_comment_for_1: "无法解析 {1} 注释中指向 “{0}” 的链接";
failed_to_resolve_link_to_0_in_comment_for_1_may_have_meant_2: "无法解析 {1} 的注释中指向 “{0}” 的链接。您可能想要 “{2}”";
failed_to_resolve_link_to_0_in_readme_for_1: "无法解析 {1} 的自述文件中指向 “{0}” 的链接";
failed_to_resolve_link_to_0_in_readme_for_1_may_have_meant_2: "无法解析 {1} 的自述文件中指向 “{0}” 的链接。您可能想要 “{2}”";
failed_to_resolve_link_to_0_in_document_1: "无法解析文档 {1} 中指向 “{0}” 的链接";
failed_to_resolve_link_to_0_in_document_1_may_have_meant_2: "无法解析文档 {1} 中指向 “{0}” 的链接。您可能想要 “{2}”";
type_0_defined_in_1_is_referenced_by_2_but_not_included_in_docs: "{0} 在 {1} 中定义,被 {2} 引用,但未包含在文档中";
reflection_0_kind_1_defined_in_2_does_not_have_any_documentation: "{0} ({1}),在 {2} 中定义,没有任何文档";
invalid_intentionally_not_documented_names_0: "以下的限定反射名称被设定为刻意无文档说明,但它们要么未在文档中被引用,要么已有文档说明:\n\t{0}";
invalid_intentionally_not_exported_symbols_0: "以下符号被设定为刻意非导出,但它们要么未在文档中被引用,要么已为导出符号:\n{0}";
reflection_0_has_unused_mergeModuleWith_tag: "{0} 中存在无法解析的 @mergeModuleWith 标签";
reflection_0_links_to_1_with_text_2_but_resolved_to_3: "“{0}”中的链接“{2}”指向“{1}”,目标虽然存在但并没有直接的链接,因此将改为链接至“{3}”。";
not_all_search_category_boosts_used_0: "文档中并未使用 searchCategoryBoosts 中指定的所有类别。未使用的类别包括:\n{0}";
not_all_search_group_boosts_used_0: "文档中并未使用 searchGroupBoosts 中指定的所有组。未使用的组为:\n{0}";
comment_for_0_includes_categoryDescription_for_1_but_no_child_in_group: "{0} 的评论包含“{1}”的 @categoryDescription,但该类别中没有子项";
comment_for_0_includes_groupDescription_for_1_but_no_child_in_group: "{0} 的注释包含“{1}”的 @groupDescription,但该组中没有子项";
label_0_for_1_cannot_be_referenced: "无法使用声明引用来引用 {1} 的标签“{0}”。标签只能包含 A-Z、0-9 和 _,并且不能以数字开头";
modifier_tag_0_is_mutually_exclusive_with_1_in_comment_for_2: "修饰符标签 {0} 与 {2} 注释中的 {1} 互斥";
signature_0_has_unused_param_with_name_1: "签名 {0} 有一个名为“{1}”的 @param,但未被使用";
declaration_reference_in_inheritdoc_for_0_not_fully_parsed: "@inheritDoc 中对 {0} 的声明引用未完全解析,可能会解析不正确";
failed_to_find_0_to_inherit_comment_from_in_1: "在 {1} 的注释中找不到要继承的注释“{0}”";
reflection_0_tried_to_copy_comment_from_1_but_source_had_no_comment: "{0} 尝试使用 @inheritDoc 从 {1} 复制注释,但源没有相关注释";
inheritdoc_circular_inheritance_chain_0: "@inheritDoc 指定循环继承链:{0}";
provided_readme_at_0_could_not_be_read: "提供的 README 路径无法读取 {0}";
defaulting_project_name: string;
disable_git_set_but_not_source_link_template: string;
disable_git_set_and_git_revision_used: string;
git_remote_0_not_valid: "提供的 git 远程“{0}”无效。源链接将失效";
reflection_0_tried_to_merge_into_child_1: "反射 {0} 尝试使用 @mergeModuleWith 合并到其子项之一:{1}";
include_0_in_1_specified_2_resolved_to_3_does_not_exist: "{1} 的注释中 {0} 标签指定了包含 “{2}”,解析为 “{3}”,该文件并不存在或并非文件。";
include_0_in_1_specified_2_circular_include_3: "{1} 的注释中 {0} 标签指定了包含 “{2}”,导致了循环包含:\n\t{3}";
include_0_tag_in_1_specified_2_file_3_region_4_region_not_found: "{1} 中的标签 {0} 指定 “{2}” 以包含文件 “{3}” 中标记为 “{4}” 的区域,但在对应的文件找不到该区域。";
include_0_tag_in_1_region_2_region_not_supported: "{1} 中的 标签 {0} 指定了 “{2}”,但尚不支持对应的文件扩展名。";
include_0_tag_in_1_specified_2_file_3_region_4_region_close_not_found: "{1} 中的标签 {0} 指定 “{2}” 以包含文件 “{3}” 中标记为 “{4}” 的区域,但在对应的文件中找不到该区域的结束注释。";
include_0_tag_in_1_specified_2_file_3_region_4_region_open_not_found: "{1} 中的标签 {0} 指定 “{2}” 以包含文件 “{3}” 中标记为 “{4}” 的区域,但在对应的文件中找不到该区域的起始注释。";
include_0_tag_in_1_specified_2_file_3_region_4_region_close_found_multiple_times: "{1} 中的标签 {0} 指定 “{2}” 以包含文件 “{3}” 中标记为 “{4}” 的区域,但在对应的文件中该区域的结束注释出现了多次。";
include_0_tag_in_1_specified_2_file_3_region_4_region_open_found_multiple_times: "{1} 中的标签 {0} 指定 “{2}” 以包含文件 “{3}” 中标记为 “{4}” 的区域,但在对应的文件中该区域的起始注释出现了多次。";
include_0_tag_in_1_specified_2_file_3_region_4_region_found_multiple_times: "{1} 中的标签 {0} 指定 “{2}” 以包含文件 “{3}” 中标记为 “{4}” 的区域,但在对应的文件中该区域出现了多次。";
include_0_tag_in_1_specified_2_file_3_region_4_region_empty: "{1} 中的标签 {0} 指定 “{2}” 以包含文件 “{3}” 中标记为 “{4}” 的区域,但在对应的文件中该区域不包含内容或仅包含空白字符。";
include_0_tag_in_1_specified_2_file_3_lines_4_invalid_range: "{1} 中的标签 {0} 指定 “{2}” 以包含文件 “{3}” 中的 {4} 行,但指定的行范围无效。";
include_0_tag_in_1_specified_2_file_3_lines_4_but_only_5_lines: "{1} 中的标签 {0} 指定 “{2}” 以包含文件 “{3}” 中的 {4} 行,但该文件只有 {5} 行。";
custom_css_file_0_does_not_exist: "{0} 处的自定义 CSS 文件不存在";
custom_js_file_0_does_not_exist: "{0} 处的自定义 JavaScript 文件不存在";
unsupported_highlight_language_0_not_highlighted_in_comment_for_1: "{1} 的注释中使用了不支持的高亮语言 {0} ,因此该语言将不会被高亮";
unloaded_language_0_not_highlighted_in_comment_for_1: "{1} 的注释中语言为 {0} 的代码块将不会被高亮,因为该语言未包含在 highlightLanguages 选项中";
yaml_frontmatter_not_an_object: string;
could_not_write_0: "无法写入 {0}";
could_not_empty_output_directory_0: "无法清空输出目录 {0}";
could_not_create_output_directory_0: "无法创建输出目录 {0}";
theme_0_is_not_defined_available_are_1: "主题“{0}”未定义。可用主题为:{1}";
router_0_is_not_defined_available_are_1: "路由 “{0}” 未定义。可用的路由为:{1}";
reflection_0_links_to_1_but_anchor_does_not_exist_try_2: "{0} 链接至 {1},但对应锚点不存在。你是否是指:\n\t{2}";
no_entry_points_provided: string;
unable_to_find_any_entry_points: string;
watch_does_not_support_packages_mode: string;
watch_does_not_support_merge_mode: string;
entry_point_0_not_in_program: "入口点 {0} 未被 tsconfig 中的“files”或“include”选项引用";
failed_to_resolve_0_to_ts_path: "无法将 package.json 中的入口点 {0} 解析至 TypeScript 源文件";
use_expand_or_glob_for_files_in_dir: string;
glob_0_did_not_match_any_files: "glob {0} 与任何文件均不匹配";
entry_point_0_did_not_match_any_files_after_exclude: "应用排除模式后,glob {0} 没有匹配任何文件";
entry_point_0_did_not_exist: "提供的入口点 {0} 不存在";
entry_point_0_did_not_match_any_packages: "入口点 glob {0} 与任何包含 package.json 的目录不匹配";
file_0_not_an_object: "文件 {0} 不是对象";
serialized_project_referenced_0_not_part_of_project: "序列化项目引用了反射 {0},但它不是项目的一部分";
saved_relative_path_0_resolved_from_1_is_not_a_file: "序列化项目引用的 {0} 不存在或无法在 {1} 下找到";
circular_reference_extends_0: "{0} 的“extends”字段出现循环引用";
failed_resolve_0_to_file_in_1: "无法将 {0} 解析为 {1} 中的文件";
option_0_can_only_be_specified_by_config_file: "“{0}”选项只能通过配置文件指定";
option_0_expected_a_value_but_none_provided: "--{0} 需要一个值,但没有给出任何参数";
unknown_option_0_may_have_meant_1: "未知选项:{0},你可能指的是:\n\t{1}";
typedoc_key_in_0_ignored: "{0} 中的“typedoc”键已被旧包 entryPointStrategy 使用,将被忽略";
typedoc_options_must_be_object_in_0: "无法解析 {0} 中的“typedocOptions”字段,请确保它存在且包含对象";
tsconfig_file_0_does_not_exist: "tsconfig 文件 {0} 不存在";
tsconfig_file_specifies_options_file: string;
tsconfig_file_specifies_tsconfig_file: string;
tags_0_defined_in_typedoc_json_overwritten_by_tsdoc_json: "typedoc.json 中定义的 {0} 将被 tsdoc.json 中的配置覆盖";
failed_read_tsdoc_json_0: "无法读取位于 {0} 的 tsdoc.json 文件";
invalid_tsdoc_json_0: "文件 {0} 不是有效的 tsdoc.json 文件";
options_file_0_does_not_exist: "选项文件 {0} 不存在";
failed_read_options_file_0: "无法解析 {0},请确保其存在并导出对象";
invalid_plugin_0_missing_load_function: "插件 {0} 中的结构无效,未找到加载函数";
plugin_0_could_not_be_loaded: "无法加载插件 {0}";
help_options: string;
help_tsconfig: string;
help_compilerOptions: string;
help_lang: string;
help_locales: string;
help_packageOptions: string;
help_entryPoints: string;
help_entryPointStrategy: string;
help_alwaysCreateEntryPointModule: string;
help_projectDocuments: string;
help_exclude: string;
help_externalPattern: string;
help_excludeExternals: string;
help_excludeNotDocumented: string;
help_excludeNotDocumentedKinds: string;
help_excludeInternal: string;
help_excludeCategories: string;
help_excludePrivate: string;
help_excludeProtected: string;
help_excludeReferences: string;
help_externalSymbolLinkMappings: string;
help_out: string;
help_html: string;
help_json: string;
help_pretty: string;
help_emit: string;
help_theme: string;
help_router: string;
help_lightHighlightTheme: string;
help_darkHighlightTheme: string;
help_highlightLanguages: string;
help_ignoredHighlightLanguages: string;
help_typePrintWidth: string;
help_customCss: string;
help_customJs: string;
help_markdownItOptions: string;
help_markdownItLoader: string;
help_maxTypeConversionDepth: string;
help_name: string;
help_includeVersion: string;
help_disableSources: string;
help_sourceLinkTemplate: string;
help_gitRevision: string;
help_gitRemote: string;
help_disableGit: string;
help_basePath: string;
help_excludeTags: string;
help_notRenderedTags: string;
help_cascadedModifierTags: string;
help_readme: string;
help_cname: string;
help_favicon: string;
help_sourceLinkExternal: string;
help_markdownLinkExternal: string;
help_githubPages: string;
help_hostedBaseUrl: string;
help_useHostedBaseUrlForAbsoluteLinks: string;
help_hideGenerator: string;
help_customFooterHtml: string;
help_customFooterHtmlDisableWrapper: string;
help_cacheBust: string;
help_searchInComments: string;
help_searchInDocuments: string;
help_cleanOutputDir: string;
help_titleLink: string;
help_navigationLinks: string;
help_sidebarLinks: string;
help_navigationLeaves: string;
help_headings: string;
help_sluggerConfiguration: string;
help_navigation: string;
help_includeHierarchySummary: string;
help_visibilityFilters: string;
help_searchCategoryBoosts: string;
help_searchGroupBoosts: string;
help_useFirstParagraphOfCommentAsSummary: string;
help_jsDocCompatibility: string;
help_suppressCommentWarningsInDeclarationFiles: string;
help_commentStyle: string;
help_useTsLinkResolution: string;
help_preserveLinkText: string;
help_blockTags: string;
help_inlineTags: string;
help_modifierTags: string;
help_categorizeByGroup: string;
help_groupReferencesByType: string;
help_defaultCategory: string;
help_categoryOrder: string;
help_groupOrder: string;
help_sort: string;
help_sortEntryPoints: string;
help_kindSortOrder: string;
help_watch: string;
help_preserveWatchOutput: string;
help_skipErrorChecking: string;
help_help: string;
help_version: string;
help_showConfig: string;
help_plugin: string;
help_logLevel: string;
help_treatWarningsAsErrors: string;
help_treatValidationWarningsAsErrors: string;
help_intentionallyNotExported: string;
help_requiredToBeDocumented: string;
help_packagesRequiringDocumentation: string;
help_intentionallyNotDocumented: string;
help_validation: string;
unknown_option_0_you_may_have_meant_1: "未知选项“{0}” 你可能指的是:\n{1}";
option_0_must_be_between_1_and_2: "{0} 必须介于 {1} 和 {2} 之间";
option_0_must_be_equal_to_or_greater_than_1: "{0} 必须等于或大于 {1}";
option_0_must_be_less_than_or_equal_to_1: "{0} 必须小于或等于 {1}";
option_0_must_be_one_of_1: "{0} 必须是 {1} 之一";
flag_0_is_not_valid_for_1_expected_2: "标志“{0}”对 {1} 无效,应为 {2} 之一";
expected_object_with_flag_values_for_0: "预期为一个带有标志值为 {0} 或 true/false 的对象";
flag_values_for_0_must_be_booleans: "{0} 的标志值必须是布尔值";
locales_must_be_an_object: string;
exclude_not_documented_specified_0_valid_values_are_1: "excludeNotDocumentedKinds 只能指定已知值,并且提供了无效值 ({0})。有效类型为:\n{1}";
external_symbol_link_mappings_must_be_object: string;
highlight_theme_0_must_be_one_of_1: "{0} 必须是下列之一:{1}";
highlightLanguages_contains_invalid_languages_0: "highlightLanguages 包含无效语言:{0},运行 typedoc --help 获取受支持语言的列表";
hostedBaseUrl_must_start_with_http: string;
useHostedBaseUrlForAbsoluteLinks_requires_hostedBaseUrl: string;
favicon_must_have_one_of_the_following_extensions_0: "favicon 的后缀名必须是下列之一:{0}";
option_0_must_be_an_object: "“{0}”选项必须是非数组对象";
option_0_must_be_a_function: "‘{0}’ 选项必须是一个函数";
option_0_must_be_object_with_urls: "{0} 必须是具有字符串标签作为键和 URL 值的对象";
visibility_filters_only_include_0: "visibilityFilters 只能包含以下非@键:{0}";
visibility_filters_must_be_booleans: string;
option_0_values_must_be_numbers: "{0} 的所有值都必须是数字";
option_0_values_must_be_array_of_tags: "{0} 必须是有效标签名称的数组";
option_0_specified_1_but_only_2_is_valid: "{0} 只能指定已知值,并且提供了无效值 ({1})。有效的排序策略为:\n{2}";
option_outputs_must_be_array: string;
specified_output_0_has_not_been_defined: "指定的输出类型 {0} 未被定义。";
alert_note: string;
alert_tip: string;
alert_important: string;
alert_warning: string;
alert_caution: string;
kind_project: string;
kind_module: string;
kind_namespace: string;
kind_enum: string;
kind_enum_member: string;
kind_variable: string;
kind_function: string;
kind_class: string;
kind_interface: string;
kind_constructor: string;
kind_property: string;
kind_method: string;
kind_call_signature: string;
kind_index_signature: string;
kind_constructor_signature: string;
kind_parameter: string;
kind_type_literal: string;
kind_type_parameter: string;
kind_accessor: string;
kind_get_signature: string;
kind_set_signature: string;
kind_type_alias: string;
kind_reference: string;
kind_document: string;
kind_plural_project: string;
kind_plural_module: string;
kind_plural_namespace: string;
kind_plural_enum: string;
kind_plural_enum_member: string;
kind_plural_variable: string;
kind_plural_function: string;
kind_plural_class: string;
kind_plural_interface: string;
kind_plural_constructor: string;
kind_plural_property: string;
kind_plural_method: string;
kind_plural_call_signature: string;
kind_plural_index_signature: string;
kind_plural_constructor_signature: string;
kind_plural_parameter: string;
kind_plural_type_literal: string;
kind_plural_type_parameter: string;
kind_plural_accessor: string;
kind_plural_get_signature: string;
kind_plural_set_signature: string;
kind_plural_type_alias: string;
kind_plural_reference: string;
kind_plural_document: string;
flag_private: string;
flag_protected: string;
flag_public: string;
flag_static: string;
flag_external: string;
flag_optional: string;
flag_rest: string;
flag_abstract: string;
flag_const: string;
flag_readonly: string;
flag_inherited: string;
theme_implements: string;
theme_indexable: string;
theme_type_declaration: string;
theme_index: string;
theme_hierarchy: string;
theme_hierarchy_summary: string;
theme_hierarchy_view_summary: string;
theme_implemented_by: string;
theme_defined_in: string;
theme_implementation_of: string;
theme_inherited_from: string;
theme_overrides: string;
theme_returns: string;
theme_generated_using_typedoc: string;
theme_preparing_search_index: string;
theme_loading: string;
theme_settings: string;
theme_member_visibility: string;
theme_theme: string;
theme_os: string;
theme_light: string;
theme_dark: string;
theme_on_this_page: string;
theme_search: string;
theme_menu: string;
theme_permalink: string;
theme_folder: string;
theme_copy: string;
theme_copied: string;
theme_normally_hidden: string;
theme_hierarchy_expand: string;
theme_hierarchy_collapse: string;
theme_search_index_not_available: string;
theme_search_no_results_found_for_0: "找不到包含 {0} 的结果";
theme_search_placeholder: string;
tag_defaultValue: string;
tag_deprecated: string;
tag_example: string;
tag_param: string;
tag_privateRemarks: string;
tag_remarks: string;
tag_returns: string;
tag_see: string;
tag_throws: string;
tag_typeParam: string;
tag_author: string;
tag_callback: string;
tag_category: string;
tag_categoryDescription: string;
tag_default: string;
tag_document: string;
tag_extends: string;
tag_augments: string;
tag_yields: string;
tag_group: string;
tag_groupDescription: string;
tag_import: string;
tag_inheritDoc: string;
tag_jsx: string;
tag_license: string;
tag_module: string;
tag_mergeModuleWith: string;
tag_prop: string;
tag_property: string;
tag_return: string;
tag_satisfies: string;
tag_since: string;
tag_template: string;
tag_type: string;
tag_typedef: string;
tag_summary: string;
tag_preventInline: string;
tag_inlineType: string;
tag_preventExpand: string;
tag_expandType: string;
tag_link: string;
tag_label: string;
tag_linkcode: string;
tag_linkplain: string;
tag_include: string;
tag_includeCode: string;
tag_alpha: string;
tag_beta: string;
tag_eventProperty: string;
tag_experimental: string;
tag_internal: string;
tag_override: string;
tag_packageDocumentation: string;
tag_public: string;
tag_readonly: string;
tag_sealed: string;
tag_virtual: string;
tag_abstract: string;
tag_class: string;
tag_enum: string;
tag_event: string;
tag_expand: string;
tag_hidden: string;
tag_hideCategories: string;
tag_hideconstructor: string;
tag_hideGroups: string;
tag_ignore: string;
tag_inline: string;
tag_interface: string;
tag_namespace: string;
tag_function: string;
tag_overload: string;
tag_private: string;
tag_protected: string;
tag_showCategories: string;
tag_showGroups: string;
tag_useDeclaredType: string;
tag_primaryExport: string;
};
export = _default;