/** * A plugin that updates the `About` section of a README with the rendered * contents of a `@packageDocumentation` tag. * * @param {td.Application} app */ export function load(app: td.Application): void; import * as td from 'typedoc'; //# sourceMappingURL=readme-updater-plugin.d.ts.map