import { Application } from 'typedoc';

/**
 * Инициализирует плагин с темой.
 */
declare const load: (app: Application) => void;

export { load };
