import { Application } from'typedoc';
/**
* Returns subset of translatable strings for the plugin.
*
* These will then be merged with the main set of TypeDoc string.
*
* @categoryFunctions
*/export declare functionsetupInternationalization(app: Application): void;