import { Application } from 'typedoc';
import { PluginOptions } from './types';
export declare const getOptions: (opts: Partial<PluginOptions>) => PluginOptions;
export declare const addOptions: (app: Application) => void;
