/** * 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 declare function loadAddon(buildDir: string): Addon | undefined;