Version: 0.0.121.0.01.0.11.0.21.0.31.0.41.0.51.0.61.0.71.0.81.0.91.0.101.0.111.0.121.0.131.0.141.0.151.1.01.1.11.1.21.1.31.1.41.1.51.1.61.1.71.1.81.1.91.1.101.1.111.1.121.1.131.1.141.1.151.1.161.1.171.1.181.1.191.1.201.1.211.1.221.1.231.1.241.1.251.1.261.1.271.2.01.2.12.0.02.0.12.0.22.0.32.0.42.0.52.0.62.0.72.0.82.0.92.0.102.0.112.1.02.1.12.1.22.1.32.1.42.1.52.1.62.1.72.1.82.1.92.1.102.1.112.1.122.2.02.2.12.2.22.2.32.2.42.2.52.2.62.2.72.2.82.2.92.2.102.2.112.2.122.2.132.2.142.2.152.2.162.2.172.3.02.3.12.3.22.4.02.4.12.4.23.0.03.0.13.0.23.0.33.0.43.0.53.0.63.0.73.0.83.0.93.0.103.0.113.1.03.1.13.2.03.2.13.3.03.4.03.4.13.4.23.4.33.4.43.4.53.5.03.6.03.6.13.7.03.7.13.7.23.8.03.8.13.8.23.9.03.10.03.10.13.10.23.10.33.10.43.11.03.11.13.11.23.11.33.11.43.11.53.11.63.11.73.11.83.11.93.11.103.11.113.11.123.11.133.11.143.12.03.12.13.13.03.13.13.13.23.13.33.13.43.13.53.13.63.14.03.15.03.15.13.15.23.15.33.15.43.16.03.17.03.17.14.0.0-next.04.0.0-next.14.0.0-next.24.0.0-next.34.0.0-next.44.0.0-next.54.0.0-next.64.0.0-next.74.0.0-next.84.0.0-next.94.0.0-next.104.0.0-next.114.0.0-next.124.0.0-next.134.0.0-next.144.0.0-next.154.0.0-next.164.0.0-next.174.0.0-next.184.0.0-next.194.0.0-next.204.0.0-next.214.0.0-next.224.0.0-next.234.0.0-next.244.0.0-next.254.0.0-next.264.0.0-next.274.0.0-next.284.0.0-next.294.0.0-next.304.0.0-next.314.0.0-next.324.0.0-next.334.0.0-next.344.0.0-next.354.0.0-next.364.0.0-next.374.0.0-next.384.0.0-next.394.0.0-next.404.0.0-next.414.0.0-next.424.0.0-next.434.0.0-next.444.0.0-next.454.0.0-next.464.0.0-next.474.0.0-next.484.0.0-next.494.0.0-next.504.0.0-next.514.0.0-next.524.0.0-next.534.0.0-next.544.0.0-next.554.0.0-next.564.0.0-next.574.0.0-next.584.0.0-next.594.0.0-next.604.0.04.0.14.0.24.0.34.1.04.1.14.1.24.2.04.2.14.2.24.2.34.2.44.2.54.2.64.2.74.2.84.2.94.2.104.3.04.3.14.3.24.3.3
import { Application } from 'typedoc';
/**
* The function that is called by TypeDoc to bootstrap the plugin.
*
* Here we expose additional TypeDoc options and make some adjustments.
* This method is not intended to be consumed in any other context that via the `plugin` option.
*/
export declare function load(app: Application): void;
* Export anything that is available publicly
export * from './public-api.js';