import { Application } from 'typedoc'; import { ABasePlugin } from '@knodes/typedoc-pluginutils'; export declare class MonorepoReadmePlugin extends ABasePlugin { readonly pluginOptions: import("@knodes/typedoc-pluginutils").OptionGroup; readme: { help: string; type: import("typedoc").ParameterType.Array; /** * This method is called after the plugin has been instanciated. * * @see {@link import('@knodes/typedoc-pluginutils').autoload}. */ defaultValue: string[]; } & { name: "readme"; } & import("typedoc").ArrayDeclarationOption; }>; private readonly _currentPageMemo; constructor(application: Application); /** * This method is called after the plugin has been instanciated. * * @see {@link import('@knodes/typedoc-pluginutils').autoload}. */ initialize(): void; /** * Modify the template of the module to prepend the README. * * @param theme - The theme used. * @param pageEvent - The module URL mapping to modify */ private _modifyModuleIndexPage; } //# sourceMappingURL=plugin.d.ts.map