/**
 * @module Utils
 * @author Alan Rodas Bonjour <alanrodas@gmail.com>
 */
import { Application } from 'typedoc';
/**
 * Hook a set of options to the application, both at the moment
 * and just after the bootstrapping of the application has been performed.
 *
 * @param typedocApp - The instance of the running TypeDoc application
 * @param optionValues - The options to set in the application.
 */
export declare const hookThemeDefaultOptions: (typedocApp: Application, optionValues: Record<string, unknown>) => void;
//# sourceMappingURL=Options.d.ts.map