/**
 * Internationalization types.
 *
 * @module
 */
/**
 * The model of translatable strings specific to the Markdown theme.
 */
export interface TranslatableStrings {
    theme_default_value: string;
    theme_default_type: string;
    theme_description: string;
    theme_event: string;
    theme_re_exports: string;
    theme_renames_and_re_exports: string;
    theme_extends: string;
    theme_extended_by: string;
    theme_globals: string;
    theme_member: string;
    theme_member_plural: string;
    theme_modifier: string;
    theme_name: string;
    theme_package: string;
    theme_packages: string;
    theme_type: string;
    theme_value: string;
    theme_version: string;
}