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