/**
* Find the addon for the current runtime.
*
* @param buildDir - The directory containing the build artifacts. It should contain a `manifest.json` file.
* @returns The addon for the current runtime.
*/
export declarefunctionloadAddon<Addon>(buildDir: string): Addon | undefined;