import { Application } from 'typedoc';

declare function load(app: Application): Promise<void>;

export { load };
